#452470

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

Shades of Blue Diamond #452470

Tints of Blue Diamond #452470

Color information

#452470 (or 0x452470) is unknown color: approx Blue Diamond. HEX triplet: 45, 24 and 70. RGB value is (69,36,112). Sum of RGB (Red+Green+Blue) = 69+36+112=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #452470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452470 is #BADB8F. Grayscale: #363636. Windows color (decimal): -12245904 or 7349317. OLE color: 7349317.

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

Color convert

RGB6936112-
CMYK0.380.6800.56
HSL266.05º51.35%29.02%-
HSV(B)266.05º67.86%43.92%-
XYZ6.013.715.73-
YUV54.53160.43138.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 36 (14.45% from 255) = 16.59%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=31.80%
G=16.59%
B=51.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69361120.380.6800.56266.0551.3529.02
Hex452470264403810a331d
Octal10544160461040704126335
Binary100010110010011100001001101000100011100010000101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452470; }

 p { color: rgb(69,36,112); }

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

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

 a { background-color: rgb(69,36,112); }

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

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

 span { border-color: rgb(69,36,112); }

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