#042452

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

Shades of Sapphire #042452

Tints of Sapphire #042452

Color information

#042452 (or 0x042452) is unknown color: approx Sapphire. HEX triplet: 04, 24 and 52. RGB value is (4,36,82). Sum of RGB (Red+Green+Blue) = 4+36+82=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #042452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042452 is #FBDBAD. Grayscale: #1F1F1F. Windows color (decimal): -16505774 or 5383172. OLE color: 5383172.

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

Color convert

RGB43682-
CMYK0.950.5600.68
HSL215.38º90.7%16.86%-
HSV(B)215.38º95.12%32.16%-
XYZ2.21.98.23-
YUV31.68156.4108.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 82 (32.42% from 255) = 67.21%
R=3.28%
G=29.51%
B=67.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal436820.950.5600.68215.3890.716.86
Hex424525F38044d75b11
Octal44412213770010432713321
Binary100100100101001010111111110000100010011010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042452; }

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

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

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

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

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

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

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

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