Html Css Color HEX #004AF7 Navy Blue

📋 copy color: '#004AF7'

red 0 ◦ green 74 ◦ blue 247

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

Shades of Navy Blue #004AF7

Tints of Navy Blue #004AF7

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 23.05%

 BLUE value IS 247 (96.88% from 255) = 76.95%

R = 0%
G = 23.05%
B = 76.95%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#004AF7 (or 0x004AF7) is known color: Navy Blue. HEX triplet: 00, 4A and F7. RGB value is (0,74,247). Sum of RGB (Red+Green+Blue) = 0+74+247=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 247 (96.88% from 255 or 76.95% from 321); Max value from RGB is 247 - color contains mainly: blue. Hex color #004AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AF7 is #FFB508. Grayscale: #464646. Windows color (decimal): -16758025 or 16206336. OLE color: 16206336.

HSL color Cylindrical-coordinate representation of color #004AF7: hue angle of 222.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AF7 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 0 74 247 -
CMYK 1 0.70 0 0.03
HSL 222.02º 1% 0.48% -
HSV(B) 222.02º 1% 0.97% -
XYZ 19.24 11.61 89.22 -
YUV 71.6 226.98 76.93 -
System Red Green Blue C M Y K H S L
Decimal 0 74 247 1 0.70 0 0.03 222.02 1 0.48
Hex 0 4A F7 64 46 0 3 DE 64 30
Octal 0 112 367 144 106 0 3 336 144 60
Binary 0 1001010 11110111 1100100 1000110 0 11 11011110 1100100 110000

Color Harmonies of #004AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AF7

Black with #004AF7

Text Example


Text Example

White with #004AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004AF7; }

 p { color: rgb(0,74,247); }

 H1.HeaderClassName
 {
   color: #004AF7;
 }
 .AnyTagClassName
 {
   color: #004AF7;
 }
</style>

background-color css

<style>
 a { background-color: #004AF7; }

 a { background-color: rgb(0,74,247); }

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

border-color css

<style>
 span { border-color: #004AF7; }

 span { border-color: rgb(0,74,247); }

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