Html Css Color HEX #046ADC Navy Blue

📋 copy color: '#046ADC'

red 4 ◦ green 106 ◦ blue 220

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

Shades of Navy Blue #046ADC

Tints of Navy Blue #046ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

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

R = 1.21%
G = 32.12%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#046ADC (or 0x046ADC) is known color: Navy Blue. HEX triplet: 04, 6A and DC. RGB value is (4,106,220). Sum of RGB (Red+Green+Blue) = 4+106+220=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #046ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ADC is #FB9523. Grayscale: #575757. Windows color (decimal): -16487716 or 14445060. OLE color: 14445060.

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

Color convert

RGB 4 106 220 -
CMYK 0.98 0.52 0 0.14
HSL 211.67º 0.96% 0.44% -
HSV(B) 211.67º 0.98% 0.86% -
XYZ 18.12 15.5 69.75 -
YUV 88.5 202.21 67.73 -
System Red Green Blue C M Y K H S L
Decimal 4 106 220 0.98 0.52 0 0.14 211.67 0.96 0.44
Hex 4 6A DC 62 34 0 E D4 60 2C
Octal 4 152 334 142 64 0 16 324 140 54
Binary 100 1101010 11011100 1100010 110100 0 1110 11010100 1100000 101100

Color Harmonies of #046ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ADC

Black with #046ADC

Text Example


Text Example

White with #046ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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