#042652

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

Shades of Sapphire #042652

Tints of Sapphire #042652

Color information

#042652 (or 0x042652) is unknown color: approx Sapphire. HEX triplet: 04, 26 and 52. RGB value is (4,38,82). Sum of RGB (Red+Green+Blue) = 4+38+82=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #042652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042652 is #FBD9AD. Grayscale: #202020. Windows color (decimal): -16505262 or 5383684. OLE color: 5383684.

HSL color Cylindrical-coordinate representation of color #042652: hue angle of 213.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042652 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB43882-
CMYK0.950.5400.68
HSL213.85º90.7%16.86%-
HSV(B)213.85º95.12%32.16%-
XYZ2.272.028.25-
YUV32.85155.74107.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=3.23%
G=30.65%
B=66.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal438820.950.5400.68213.8590.716.86
Hex426525F36044d65b11
Octal44612213766010432613321
Binary100100110101001010111111101100100010011010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042652; }

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

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

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

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

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

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

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

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