#462771

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

Shades of Blue Diamond #462771

Tints of Blue Diamond #462771

Color information

#462771 (or 0x462771) is unknown color: approx Blue Diamond. HEX triplet: 46, 27 and 71. RGB value is (70,39,113). Sum of RGB (Red+Green+Blue) = 70+39+113=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #462771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462771 is #B9D88E. Grayscale: #383838. Windows color (decimal): -12179599 or 7415622. OLE color: 7415622.

HSL color Cylindrical-coordinate representation of color #462771: hue angle of 265.14º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #462771 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7039113-
CMYK0.380.6500.56
HSL265.14º48.68%29.8%-
HSV(B)265.14º65.49%44.31%-
XYZ6.233.9516.06-
YUV56.7159.77137.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=31.53%
G=17.57%
B=50.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70391130.380.6500.56265.1448.6829.8
Hex4627712641038109311e
Octal10647161461010704116136
Binary100011010011111100011001101000001011100010000100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462771; }

 p { color: rgb(70,39,113); }

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

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

 a { background-color: rgb(70,39,113); }

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

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

 span { border-color: rgb(70,39,113); }

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