Html Css Color HEX #046EC6 Navy Blue

📋 copy color: '#046EC6'

red 4 ◦ green 110 ◦ blue 198

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

Shades of Navy Blue #046EC6

Tints of Navy Blue #046EC6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.26%

 BLUE value IS 198 (77.73% from 255) = 63.46%

R = 1.28%
G = 35.26%
B = 63.46%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#046EC6 (or 0x046EC6) is known color: Navy Blue. HEX triplet: 04, 6E and C6. RGB value is (4,110,198). Sum of RGB (Red+Green+Blue) = 4+110+198=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #046EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EC6 is #FB9139. Grayscale: #575757. Windows color (decimal): -16486714 or 13004292. OLE color: 13004292.

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

Color convert

RGB 4 110 198 -
CMYK 0.98 0.44 0 0.22
HSL 207.22º 0.96% 0.4% -
HSV(B) 207.22º 0.98% 0.78% -
XYZ 15.82 15.25 55.54 -
YUV 88.34 189.88 67.84 -
System Red Green Blue C M Y K H S L
Decimal 4 110 198 0.98 0.44 0 0.22 207.22 0.96 0.4
Hex 4 6E C6 62 2C 0 16 CF 60 28
Octal 4 156 306 142 54 0 26 317 140 50
Binary 100 1101110 11000110 1100010 101100 0 10110 11001111 1100000 101000

Color Harmonies of #046EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EC6

Black with #046EC6

Text Example


Text Example

White with #046EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,110,198); }

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

background-color css

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

 a { background-color: rgb(4,110,198); }

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

border-color css

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

 span { border-color: rgb(4,110,198); }

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