#042678

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

Shades of Sapphire #042678

Tints of Sapphire #042678

Color information

#042678 (or 0x042678) is unknown color: approx Sapphire. HEX triplet: 04, 26 and 78. RGB value is (4,38,120). Sum of RGB (Red+Green+Blue) = 4+38+120=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #042678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042678 is #FBD987. Grayscale: #242424. Windows color (decimal): -16505224 or 7874052. OLE color: 7874052.

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

Color convert

RGB438120-
CMYK0.970.6800.53
HSL222.41º93.55%24.31%-
HSV(B)222.41º96.67%47.06%-
XYZ4.132.7718.09-
YUV37.18174.74104.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 120 (47.27% from 255) = 74.07%
R=2.47%
G=23.46%
B=74.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4381200.970.6800.53222.4193.5524.31
Hex426786144035de5e18
Octal44617014110406533613630
Binary100100110111100011000011000100011010111011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042678; }

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

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

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

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

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

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

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

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