Html Css Color HEX #046EBC Navy Blue

📋 copy color: '#046EBC'

red 4 ◦ green 110 ◦ blue 188

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

Shades of Navy Blue #046EBC

Tints of Navy Blue #046EBC

RGB

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

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

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

R = 1.32%
G = 36.42%
B = 62.25%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#046EBC (or 0x046EBC) is known color: Navy Blue. HEX triplet: 04, 6E and BC. RGB value is (4,110,188). Sum of RGB (Red+Green+Blue) = 4+110+188=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #046EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046EBC is #FB9143. Grayscale: #565656. Windows color (decimal): -16486724 or 12348932. OLE color: 12348932.

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

Color convert

RGB 4 110 188 -
CMYK 0.98 0.41 0 0.26
HSL 205.43º 0.96% 0.38% -
HSV(B) 205.43º 0.98% 0.74% -
XYZ 14.7 14.81 49.66 -
YUV 87.2 184.88 68.66 -
System Red Green Blue C M Y K H S L
Decimal 4 110 188 0.98 0.41 0 0.26 205.43 0.96 0.38
Hex 4 6E BC 62 29 0 1A CD 60 26
Octal 4 156 274 142 51 0 32 315 140 46
Binary 100 1101110 10111100 1100010 101001 0 11010 11001101 1100000 100110

Color Harmonies of #046EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046EBC

Black with #046EBC

Text Example


Text Example

White with #046EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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