Html Css Color HEX #041470 Sapphire

📋 copy color: '#041470'

red 4 ◦ green 20 ◦ blue 112

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

Shades of Sapphire #041470

Tints of Sapphire #041470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 112 (44.14% from 255) = 82.35%

R = 2.94%
G = 14.71%
B = 82.35%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041470 (or 0x041470) is known color: Sapphire. HEX triplet: 04, 14 and 70. RGB value is (4,20,112). Sum of RGB (Red+Green+Blue) = 4+20+112=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #041470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041470 is #FBEB8F. Grayscale: #191919. Windows color (decimal): -16509840 or 7345156. OLE color: 7345156.

HSL color Cylindrical-coordinate representation of color #041470: hue angle of 231.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041470 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 20 112 -
CMYK 0.96 0.82 0 0.56
HSL 231.11º 0.93% 0.23% -
HSV(B) 231.11º 0.96% 0.44% -
XYZ 3.22 1.7 15.49 -
YUV 25.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 4 20 112 0.96 0.82 0 0.56 231.11 0.93 0.23
Hex 4 14 70 60 52 0 38 E7 5D 17
Octal 4 24 160 140 122 0 70 347 135 27
Binary 100 10100 1110000 1100000 1010010 0 111000 11100111 1011101 10111

Color Harmonies of #041470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041470

Black with #041470

Text Example


Text Example

White with #041470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041470; }

 p { color: rgb(4,20,112); }

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

background-color css

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

 a { background-color: rgb(4,20,112); }

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

border-color css

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

 span { border-color: rgb(4,20,112); }

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