#462270

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

Shades of Blue Diamond #462270

Tints of Blue Diamond #462270

Color information

#462270 (or 0x462270) is unknown color: approx Blue Diamond. HEX triplet: 46, 22 and 70. RGB value is (70,34,112). Sum of RGB (Red+Green+Blue) = 70+34+112=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #462270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462270 is #B9DD8F. Grayscale: #353535. Windows color (decimal): -12180880 or 7348806. OLE color: 7348806.

HSL color Cylindrical-coordinate representation of color #462270: hue angle of 267.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462270 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7034112-
CMYK0.380.7000.56
HSL267.69º53.42%28.63%-
HSV(B)267.69º69.64%43.92%-
XYZ6.023.6215.71-
YUV53.66160.93139.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=32.41%
G=15.74%
B=51.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70341120.380.7000.56267.6953.4228.63
Hex462270264603810c351d
Octal10642160461060704146535
Binary100011010001011100001001101000110011100010000110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462270; }

 p { color: rgb(70,34,112); }

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

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

 a { background-color: rgb(70,34,112); }

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

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

 span { border-color: rgb(70,34,112); }

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