#042466

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

Shades of Sapphire #042466

Tints of Sapphire #042466

Color information

#042466 (or 0x042466) is unknown color: approx Sapphire. HEX triplet: 04, 24 and 66. RGB value is (4,36,102). Sum of RGB (Red+Green+Blue) = 4+36+102=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #042466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042466 is #FBDB99. Grayscale: #212121. Windows color (decimal): -16505754 or 6693892. OLE color: 6693892.

HSL color Cylindrical-coordinate representation of color #042466: hue angle of 220.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042466 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB436102-
CMYK0.960.6500.6
HSL220.41º92.45%20.78%-
HSV(B)220.41º96.08%40%-
XYZ3.082.2512.84-
YUV33.96166.4106.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 36 (14.45% from 255) = 25.35%
BLUE value IS 102 (40.23% from 255) = 71.83%
R=2.82%
G=25.35%
B=71.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4361020.960.6500.6220.4192.4520.78
Hex42466604103Cdc5c15
Octal44414614010107433413425
Binary100100100110011011000001000001011110011011100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042466; }

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

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

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

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

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

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

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

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