#042778

Color #042778 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #042778

Tints of Sapphire #042778

Color information

#042778 (or 0x042778) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 78. RGB value is (4,39,120). Sum of RGB (Red+Green+Blue) = 4+39+120=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #042778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042778 is #FBD887. Grayscale: #252525. Windows color (decimal): -16504968 or 7874308. OLE color: 7874308.

HSL color Cylindrical-coordinate representation of color #042778: hue angle of 221.9º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042778 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB439120-
CMYK0.970.6700.53
HSL221.9º93.55%24.31%-
HSV(B)221.9º96.67%47.06%-
XYZ4.172.8318.1-
YUV37.77174.4103.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=2.45%
G=23.93%
B=73.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4391200.970.6700.53221.993.5524.31
Hex427786143035de5e18
Octal44717014110306533613630
Binary100100111111100011000011000011011010111011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042778; }

 p { color: rgb(4,39,120); }

 H1.HeaderClassName
 {
   color: #042778;
 }
 .AnyTagClassName
 {
   color: #042778;
 }
</style>
background-color css

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

 a { background-color: rgb(4,39,120); }

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

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

 span { border-color: rgb(4,39,120); }

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