#452C60

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

Shades of Blue Diamond #452C60

Tints of Blue Diamond #452C60

Color information

#452C60 (or 0x452C60) is unknown color: approx Blue Diamond. HEX triplet: 45, 2C and 60. RGB value is (69,44,96). Sum of RGB (Red+Green+Blue) = 69+44+96=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #452C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C60 is #BAD39F. Grayscale: #393939. Windows color (decimal): -12243872 or 6302789. OLE color: 6302789.

HSL color Cylindrical-coordinate representation of color #452C60: hue angle of 268.85º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452C60 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB694496-
CMYK0.280.5400.62
HSL268.85º37.14%27.45%-
HSV(B)268.85º54.17%37.65%-
XYZ5.473.9111.53-
YUV57.4149.78136.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 44 (17.58% from 255) = 21.05%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=33.01%
G=21.05%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6944960.280.5400.62268.8537.1427.45
Hex452C601C3603E10d251b
Octal1055414034660764154533
Binary1000101101100110000011100110110011111010000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452C60; }

 p { color: rgb(69,44,96); }

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

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

 a { background-color: rgb(69,44,96); }

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

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

 span { border-color: rgb(69,44,96); }

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