Html Css Color HEX #042470 Sapphire

📋 copy color: '#042470'

red 4 ◦ green 36 ◦ blue 112

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

Shades of Sapphire #042470

Tints of Sapphire #042470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

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

R = 2.63%
G = 23.68%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042470 (or 0x042470) is known color: Sapphire. HEX triplet: 04, 24 and 70. RGB value is (4,36,112). Sum of RGB (Red+Green+Blue) = 4+36+112=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #042470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042470 is #FBDB8F. Grayscale: #222222. Windows color (decimal): -16505744 or 7349252. OLE color: 7349252.

HSL color Cylindrical-coordinate representation of color #042470: hue angle of 222.22º 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 #042470 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 36 112 -
CMYK 0.96 0.68 0 0.56
HSL 222.22º 0.93% 0.23% -
HSV(B) 222.22º 0.96% 0.44% -
XYZ 3.61 2.46 15.61 -
YUV 35.1 171.4 105.82 -
System Red Green Blue C M Y K H S L
Decimal 4 36 112 0.96 0.68 0 0.56 222.22 0.93 0.23
Hex 4 24 70 60 44 0 38 DE 5D 17
Octal 4 44 160 140 104 0 70 336 135 27
Binary 100 100100 1110000 1100000 1000100 0 111000 11011110 1011101 10111

Color Harmonies of #042470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042470

Black with #042470

Text Example


Text Example

White with #042470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042470; }

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

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

background-color css

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

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

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

border-color css

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

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

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