Html Css Color HEX #046CC8 Navy Blue

📋 copy color: '#046CC8'

red 4 ◦ green 108 ◦ blue 200

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

Shades of Navy Blue #046CC8

Tints of Navy Blue #046CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

 BLUE value IS 200 (78.52% from 255) = 64.1%

R = 1.28%
G = 34.62%
B = 64.1%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#046CC8 (or 0x046CC8) is known color: Navy Blue. HEX triplet: 04, 6C and C8. RGB value is (4,108,200). Sum of RGB (Red+Green+Blue) = 4+108+200=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 200 (78.52% from 255 or 64.10% from 312); Max value from RGB is 200 - color contains mainly: blue. Hex color #046CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CC8 is #FB9337. Grayscale: #565656. Windows color (decimal): -16487224 or 13134852. OLE color: 13134852.

HSL color Cylindrical-coordinate representation of color #046CC8: hue angle of 208.16º 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 #046CC8 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 108 200 -
CMYK 0.98 0.46 0 0.22
HSL 208.16º 0.96% 0.4% -
HSV(B) 208.16º 0.98% 0.78% -
XYZ 15.84 14.92 56.69 -
YUV 87.39 191.54 68.52 -
System Red Green Blue C M Y K H S L
Decimal 4 108 200 0.98 0.46 0 0.22 208.16 0.96 0.4
Hex 4 6C C8 62 2E 0 16 D0 60 28
Octal 4 154 310 142 56 0 26 320 140 50
Binary 100 1101100 11001000 1100010 101110 0 10110 11010000 1100000 101000

Color Harmonies of #046CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CC8

Black with #046CC8

Text Example


Text Example

White with #046CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,108,200); }

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

background-color css

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

 a { background-color: rgb(4,108,200); }

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

border-color css

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

 span { border-color: rgb(4,108,200); }

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