Html Css Color HEX #046EBD Navy Blue

📋 copy color: '#046EBD'

red 4 ◦ green 110 ◦ blue 189

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

Shades of Navy Blue #046EBD

Tints of Navy Blue #046EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 1.32%
G = 36.3%
B = 62.38%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#046EBD (or 0x046EBD) is known color: Navy Blue. HEX triplet: 04, 6E and BD. RGB value is (4,110,189). Sum of RGB (Red+Green+Blue) = 4+110+189=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #046EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EBD is #FB9142. Grayscale: #565656. Windows color (decimal): -16486723 or 12414468. OLE color: 12414468.

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

Color convert

RGB 4 110 189 -
CMYK 0.98 0.42 0 0.26
HSL 205.62º 0.96% 0.38% -
HSV(B) 205.62º 0.98% 0.74% -
XYZ 14.81 14.85 50.23 -
YUV 87.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 4 110 189 0.98 0.42 0 0.26 205.62 0.96 0.38
Hex 4 6E BD 62 2A 0 1A CE 60 26
Octal 4 156 275 142 52 0 32 316 140 46
Binary 100 1101110 10111101 1100010 101010 0 11010 11001110 1100000 100110

Color Harmonies of #046EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EBD

Black with #046EBD

Text Example


Text Example

White with #046EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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