Html Css Color HEX #0449FD Navy Blue

📋 copy color: '#0449FD'

red 4 ◦ green 73 ◦ blue 253

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

Shades of Navy Blue #0449FD

Tints of Navy Blue #0449FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 76.67%

R = 1.21%
G = 22.12%
B = 76.67%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0449FD (or 0x0449FD) is known color: Navy Blue. HEX triplet: 04, 49 and FD. RGB value is (4,73,253). Sum of RGB (Red+Green+Blue) = 4+73+253=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #0449FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0449FD is #FBB602. Grayscale: #484848. Windows color (decimal): -16496131 or 16599300. OLE color: 16599300.

HSL color Cylindrical-coordinate representation of color #0449FD: hue angle of 223.37º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449FD is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 73 253 -
CMYK 0.98 0.71 0 0.01
HSL 223.37º 0.98% 0.5% -
HSV(B) 223.37º 0.98% 0.99% -
XYZ 20.16 11.88 94.16 -
YUV 72.89 229.64 78.86 -
System Red Green Blue C M Y K H S L
Decimal 4 73 253 0.98 0.71 0 0.01 223.37 0.98 0.5
Hex 4 49 FD 62 47 0 1 DF 62 32
Octal 4 111 375 142 107 0 1 337 142 62
Binary 100 1001001 11111101 1100010 1000111 0 1 11011111 1100010 110010

Color Harmonies of #0449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0449FD

Black with #0449FD

Text Example


Text Example

White with #0449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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