Html Css Color HEX #046AED Navy Blue

📋 copy color: '#046AED'

red 4 ◦ green 106 ◦ blue 237

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

Shades of Navy Blue #046AED

Tints of Navy Blue #046AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 1.15%
G = 30.55%
B = 68.3%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#046AED (or 0x046AED) is known color: Navy Blue. HEX triplet: 04, 6A and ED. RGB value is (4,106,237). Sum of RGB (Red+Green+Blue) = 4+106+237=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #046AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046AED is #FB9512. Grayscale: #595959. Windows color (decimal): -16487699 or 15559172. OLE color: 15559172.

HSL color Cylindrical-coordinate representation of color #046AED: hue angle of 213.73º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AED is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 106 237 -
CMYK 0.98 0.55 0 0.07
HSL 213.73º 0.97% 0.47% -
HSV(B) 213.73º 0.98% 0.93% -
XYZ 20.49 16.45 82.22 -
YUV 90.44 210.71 66.35 -
System Red Green Blue C M Y K H S L
Decimal 4 106 237 0.98 0.55 0 0.07 213.73 0.97 0.47
Hex 4 6A ED 62 37 0 7 D6 61 2F
Octal 4 152 355 142 67 0 7 326 141 57
Binary 100 1101010 11101101 1100010 110111 0 111 11010110 1100001 101111

Color Harmonies of #046AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046AED

Black with #046AED

Text Example


Text Example

White with #046AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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