#042456

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

Shades of Sapphire #042456

Tints of Sapphire #042456

Color information

#042456 (or 0x042456) is unknown color: approx Sapphire. HEX triplet: 04, 24 and 56. RGB value is (4,36,86). Sum of RGB (Red+Green+Blue) = 4+36+86=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #042456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042456 is #FBDBA9. Grayscale: #1F1F1F. Windows color (decimal): -16505770 or 5645316. OLE color: 5645316.

HSL color Cylindrical-coordinate representation of color #042456: hue angle of 216.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042456 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB43686-
CMYK0.950.5800.66
HSL216.59º91.11%17.65%-
HSV(B)216.59º95.35%33.73%-
XYZ2.361.969.06-
YUV32.13158.4107.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=3.17%
G=28.57%
B=68.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal436860.950.5800.66216.5991.1117.65
Hex424565F3A042d95b12
Octal44412613772010233113322
Binary100100100101011010111111110100100001011011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042456; }

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

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

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

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

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

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

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

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