Html Css Color HEX #046ADD Navy Blue

📋 copy color: '#046ADD'

red 4 ◦ green 106 ◦ blue 221

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

Shades of Navy Blue #046ADD

Tints of Navy Blue #046ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 1.21%
G = 32.02%
B = 66.77%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046ADD (or 0x046ADD) is known color: Navy Blue. HEX triplet: 04, 6A and DD. RGB value is (4,106,221). Sum of RGB (Red+Green+Blue) = 4+106+221=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #046ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046ADD is #FB9522. Grayscale: #585858. Windows color (decimal): -16487715 or 14510596. OLE color: 14510596.

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

Color convert

RGB 4 106 221 -
CMYK 0.98 0.52 0 0.13
HSL 211.8º 0.96% 0.44% -
HSV(B) 211.8º 0.98% 0.87% -
XYZ 18.26 15.55 70.45 -
YUV 88.61 202.71 67.65 -
System Red Green Blue C M Y K H S L
Decimal 4 106 221 0.98 0.52 0 0.13 211.8 0.96 0.44
Hex 4 6A DD 62 34 0 D D4 60 2C
Octal 4 152 335 142 64 0 15 324 140 54
Binary 100 1101010 11011101 1100010 110100 0 1101 11010100 1100000 101100

Color Harmonies of #046ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046ADD

Black with #046ADD

Text Example


Text Example

White with #046ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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