#462072

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

Shades of Blue Diamond #462072

Tints of Blue Diamond #462072

Color information

#462072 (or 0x462072) is unknown color: approx Blue Diamond. HEX triplet: 46, 20 and 72. RGB value is (70,32,114). Sum of RGB (Red+Green+Blue) = 70+32+114=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #462072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462072 is #B9DF8D. Grayscale: #343434. Windows color (decimal): -12181390 or 7479366. OLE color: 7479366.

HSL color Cylindrical-coordinate representation of color #462072: hue angle of 267.8º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #462072 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7032114-
CMYK0.390.7200.55
HSL267.8º56.16%28.63%-
HSV(B)267.8º71.93%44.71%-
XYZ6.083.5516.28-
YUV52.71162.59140.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=32.41%
G=14.81%
B=52.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70321140.390.7200.55267.856.1628.63
Hex462072274803710c381d
Octal10640162471100674147035
Binary100011010000011100101001111001000011011110000110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462072; }

 p { color: rgb(70,32,114); }

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

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

 a { background-color: rgb(70,32,114); }

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

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

 span { border-color: rgb(70,32,114); }

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