#042762

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

Shades of Sapphire #042762

Tints of Sapphire #042762

Color information

#042762 (or 0x042762) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 62. RGB value is (4,39,98). Sum of RGB (Red+Green+Blue) = 4+39+98=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #042762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042762 is #FBD89D. Grayscale: #222222. Windows color (decimal): -16504990 or 6432516. OLE color: 6432516.

HSL color Cylindrical-coordinate representation of color #042762: hue angle of 217.66º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042762 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43998-
CMYK0.960.6000.62
HSL217.66º92.16%20%-
HSV(B)217.66º95.92%38.43%-
XYZ2.982.3611.85-
YUV35.26163.4105.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=2.84%
G=27.66%
B=69.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal439980.960.6000.62217.6692.1620
Hex42762603C03Eda5c14
Octal4471421407407633213424
Binary10010011111000101100000111100011111011011010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042762; }

 p { color: rgb(4,39,98); }

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

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

 a { background-color: rgb(4,39,98); }

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

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

 span { border-color: rgb(4,39,98); }

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