Html Css Color HEX #046ABC Navy Blue

📋 copy color: '#046ABC'

red 4 ◦ green 106 ◦ blue 188

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

Shades of Navy Blue #046ABC

Tints of Navy Blue #046ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 1.34%
G = 35.57%
B = 63.09%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#046ABC (or 0x046ABC) is known color: Navy Blue. HEX triplet: 04, 6A and BC. RGB value is (4,106,188). Sum of RGB (Red+Green+Blue) = 4+106+188=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #046ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ABC is #FB9543. Grayscale: #545454. Windows color (decimal): -16487748 or 12347908. OLE color: 12347908.

HSL color Cylindrical-coordinate representation of color #046ABC: hue angle of 206.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046ABC is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 106 188 -
CMYK 0.98 0.44 0 0.26
HSL 206.74º 0.96% 0.38% -
HSV(B) 206.74º 0.98% 0.74% -
XYZ 14.28 13.96 49.52 -
YUV 84.85 186.21 70.33 -
System Red Green Blue C M Y K H S L
Decimal 4 106 188 0.98 0.44 0 0.26 206.74 0.96 0.38
Hex 4 6A BC 62 2C 0 1A CF 60 26
Octal 4 152 274 142 54 0 32 317 140 46
Binary 100 1101010 10111100 1100010 101100 0 11010 11001111 1100000 100110

Color Harmonies of #046ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ABC

Black with #046ABC

Text Example


Text Example

White with #046ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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