Color Hex Logo

#046bca Color Hex

#046BCA
(4,107,202)
0 Favorites   0 Comments

Color spaces of #046bca

RGB 4107202
HSL0.580.960.40
HSV209°98°79°
CMYK 0.980.470.00   0.21
XYZ15.968414.805557.8932
Yxy14.80550.18010.1670
Hunter Lab38.47796.7414-62.2722
CIE-Lab45.366611.3839-56.2219

#046bca color RGB value is (4,107,202).

#046bca hex color red value is 4, green value is 107 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #046bca hue: 0.58 , saturation: 0.96 and the lightness value of 046bca is 0.40.

The process color (four color CMYK) of #046bca color hex is 0.98, 0.47, 0.00, 0.21. Web safe color of #046bca is #0066cc. Color #046bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101011 11001010
Octal 4 153 312
Decimal 4 107 202
Hex 4 6B CA

RGB Percentages of Color #046bca

%1.28
%34.19
%64.54

CMYK Percentages of Color #046bca

%98
%47
%0
%21

Triadic Colors of #046bca

#046bca #ca046b #6bca04

Analogous Colors of #046bca

#046bca #0408ca #04cac6

Monochromatic Colors of #046bca

#046bca

Complementary Color

#046bca #ca6304

#046bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#046bca Color CSS Codes

.mybgcolor {background-color:#046bca; } 
.myforecolor {color:#046bca; }
.mybordercolor {border:3px solid #046bca; }

#046bca Text Font Color

<p style="color:#046bca">Text here</p>

This sample text font color is #046bca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#046bca Background Color

<div style="background-color:#046bca">
Div content here</div>

This div background color is #046bca


#046bca Border Color

<div style="border:3px solid #046bca">
Div here</div>

This div border color is #046bca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,107,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046bca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046bca;
  -webkit-box-shadow: 1px 1px 3px 2px #046bca;
  box-shadow:         1px 1px 3px 2px #046bca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,107,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #046bca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #046bca;
  -webkit-box-shadow: 1px 1px 3px 2px #046bca;
  box-shadow:         1px 1px 3px 2px #046bca;">
Div content here</div>

This div box has shadow with color #046bca


Comments

No comments written yet.

Please login to write comment.