Html Css Color HEX #046BDC Navy Blue

📋 copy color: '#046BDC'

red 4 ◦ green 107 ◦ blue 220

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

Shades of Navy Blue #046BDC

Tints of Navy Blue #046BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 1.21%
G = 32.33%
B = 66.47%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#046BDC (or 0x046BDC) is known color: Navy Blue. HEX triplet: 04, 6B and DC. RGB value is (4,107,220). Sum of RGB (Red+Green+Blue) = 4+107+220=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #046BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BDC is #FB9423. Grayscale: #585858. Windows color (decimal): -16487460 or 14445316. OLE color: 14445316.

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

Color convert

RGB 4 107 220 -
CMYK 0.98 0.51 0 0.14
HSL 211.39º 0.96% 0.44% -
HSV(B) 211.39º 0.98% 0.86% -
XYZ 18.23 15.71 69.78 -
YUV 89.09 201.88 67.31 -
System Red Green Blue C M Y K H S L
Decimal 4 107 220 0.98 0.51 0 0.14 211.39 0.96 0.44
Hex 4 6B DC 62 33 0 E D3 60 2C
Octal 4 153 334 142 63 0 16 323 140 54
Binary 100 1101011 11011100 1100010 110011 0 1110 11010011 1100000 101100

Color Harmonies of #046BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BDC

Black with #046BDC

Text Example


Text Example

White with #046BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,107,220); }

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

background-color css

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

 a { background-color: rgb(4,107,220); }

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

border-color css

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

 span { border-color: rgb(4,107,220); }

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