Html Css Color HEX #0446EE Navy Blue

📋 copy color: '#0446EE'

red 4 ◦ green 70 ◦ blue 238

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

Shades of Navy Blue #0446EE

Tints of Navy Blue #0446EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 238 (93.36% from 255) = 76.28%

R = 1.28%
G = 22.44%
B = 76.28%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0446EE (or 0x0446EE) is known color: Navy Blue. HEX triplet: 04, 46 and EE. RGB value is (4,70,238). Sum of RGB (Red+Green+Blue) = 4+70+238=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #0446EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0446EE is #FBB911. Grayscale: #444444. Windows color (decimal): -16496914 or 15615492. OLE color: 15615492.

HSL color Cylindrical-coordinate representation of color #0446EE: hue angle of 223.08º 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 #0446EE is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 70 238 -
CMYK 0.98 0.71 0 0.07
HSL 223.08º 0.97% 0.47% -
HSV(B) 223.08º 0.98% 0.93% -
XYZ 17.67 10.58 82 -
YUV 69.42 223.13 81.34 -
System Red Green Blue C M Y K H S L
Decimal 4 70 238 0.98 0.71 0 0.07 223.08 0.97 0.47
Hex 4 46 EE 62 47 0 7 DF 61 2F
Octal 4 106 356 142 107 0 7 337 141 57
Binary 100 1000110 11101110 1100010 1000111 0 111 11011111 1100001 101111

Color Harmonies of #0446EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0446EE

Black with #0446EE

Text Example


Text Example

White with #0446EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0446EE; }

 p { color: rgb(4,70,238); }

 H1.HeaderClassName
 {
   color: #0446EE;
 }
 .AnyTagClassName
 {
   color: #0446EE;
 }
</style>

background-color css

<style>
 a { background-color: #0446EE; }

 a { background-color: rgb(4,70,238); }

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

border-color css

<style>
 span { border-color: #0446EE; }

 span { border-color: rgb(4,70,238); }

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