Html Css Color HEX #0449E6 Navy Blue

📋 copy color: '#0449E6'

red 4 ◦ green 73 ◦ blue 230

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

Shades of Navy Blue #0449E6

Tints of Navy Blue #0449E6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

 BLUE value IS 230 (90.23% from 255) = 74.92%

R = 1.3%
G = 23.78%
B = 74.92%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0449E6 (or 0x0449E6) is known color: Navy Blue. HEX triplet: 04, 49 and E6. RGB value is (4,73,230). Sum of RGB (Red+Green+Blue) = 4+73+230=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 230 (90.23% from 255 or 74.92% from 307); Max value from RGB is 230 - color contains mainly: blue. Hex color #0449E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0449E6 is #FBB619. Grayscale: #454545. Windows color (decimal): -16496154 or 15091972. OLE color: 15091972.

HSL color Cylindrical-coordinate representation of color #0449E6: hue angle of 221.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449E6 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 73 230 -
CMYK 0.98 0.68 0 0.10
HSL 221.68º 0.97% 0.46% -
HSV(B) 221.68º 0.98% 0.9% -
XYZ 16.72 10.5 76.01 -
YUV 70.27 218.14 80.73 -
System Red Green Blue C M Y K H S L
Decimal 4 73 230 0.98 0.68 0 0.10 221.68 0.97 0.46
Hex 4 49 E6 62 44 0 A DE 61 2E
Octal 4 111 346 142 104 0 12 336 141 56
Binary 100 1001001 11100110 1100010 1000100 0 1010 11011110 1100001 101110

Color Harmonies of #0449E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0449E6

Black with #0449E6

Text Example


Text Example

White with #0449E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0449E6; }

 p { color: rgb(4,73,230); }

 H1.HeaderClassName
 {
   color: #0449E6;
 }
 .AnyTagClassName
 {
   color: #0449E6;
 }
</style>

background-color css

<style>
 a { background-color: #0449E6; }

 a { background-color: rgb(4,73,230); }

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

border-color css

<style>
 span { border-color: #0449E6; }

 span { border-color: rgb(4,73,230); }

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