Html Css Color HEX #046ACC Navy Blue

📋 copy color: '#046ACC'

red 4 ◦ green 106 ◦ blue 204

#046ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #046ACC

Tints of Navy Blue #046ACC

RGB

 RED value IS 4 (1.95% from 255) = 1.27%

 GREEN value IS 106 (41.8% from 255) = 33.76%

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 1.27%
G = 33.76%
B = 64.97%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#046ACC (or 0x046ACC) is known color: Navy Blue. HEX triplet: 04, 6A and CC. RGB value is (4,106,204). Sum of RGB (Red+Green+Blue) = 4+106+204=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #046ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ACC is #FB9533. Grayscale: #565656. Windows color (decimal): -16487732 or 13396484. OLE color: 13396484.

HSL color Cylindrical-coordinate representation of color #046ACC: hue angle of 209.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ACC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 106 204 -
CMYK 0.98 0.48 0 0.2
HSL 209.4º 0.96% 0.41% -
HSV(B) 209.4º 0.98% 0.8% -
XYZ 16.1 14.69 59.11 -
YUV 86.67 194.21 69.03 -
System Red Green Blue C M Y K H S L
Decimal 4 106 204 0.98 0.48 0 0.2 209.4 0.96 0.41
Hex 4 6A CC 62 30 0 14 D1 60 29
Octal 4 152 314 142 60 0 24 321 140 51
Binary 100 1101010 11001100 1100010 110000 0 10100 11010001 1100000 101001

Color Harmonies of #046ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ACC

Black with #046ACC

Text Example


Text Example

White with #046ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046ACC; }

 p { color: rgb(4,106,204); }

 H1.HeaderClassName
 {
   color: #046ACC;
 }
 .AnyTagClassName
 {
   color: #046ACC;
 }
</style>

background-color css

<style>
 a { background-color: #046ACC; }

 a { background-color: rgb(4,106,204); }

 div.DivClassName
 {
   background-color: #046ACC;
 }
 .BgClassName
 {
   background-color: #046ACC;
 }
</style>

border-color css

<style>
 span { border-color: #046ACC; }

 span { border-color: rgb(4,106,204); }

 td.TdClassName
 {
   border-color: #046ACC;
 }
 .TagClassName
 {
   border-color: #046ACC;
 }
</style>