#042761

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

Shades of Sapphire #042761

Tints of Sapphire #042761

Color information

#042761 (or 0x042761) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 61. RGB value is (4,39,97). Sum of RGB (Red+Green+Blue) = 4+39+97=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #042761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042761 is #FBD89E. Grayscale: #222222. Windows color (decimal): -16504991 or 6366980. OLE color: 6366980.

HSL color Cylindrical-coordinate representation of color #042761: hue angle of 217.42º 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 #042761 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43997-
CMYK0.960.6000.62
HSL217.42º92.08%19.8%-
HSV(B)217.42º95.88%38.04%-
XYZ2.932.3411.61-
YUV35.15162.9105.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=2.86%
G=27.86%
B=69.29%

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
Decimal439970.960.6000.62217.4292.0819.8
Hex42761603C03Ed95c14
Octal4471411407407633113424
Binary10010011111000011100000111100011111011011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042761; }

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

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

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

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

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

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

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

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