#452B60

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

Shades of Blue Diamond #452B60

Tints of Blue Diamond #452B60

Color information

#452B60 (or 0x452B60) is unknown color: approx Blue Diamond. HEX triplet: 45, 2B and 60. RGB value is (69,43,96). Sum of RGB (Red+Green+Blue) = 69+43+96=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #452B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B60 is #BAD49F. Grayscale: #383838. Windows color (decimal): -12244128 or 6302533. OLE color: 6302533.

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

Color convert

RGB694396-
CMYK0.280.5500.62
HSL269.43º38.13%27.25%-
HSV(B)269.43º55.21%37.65%-
XYZ5.433.8411.52-
YUV56.82150.11136.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 43 (17.19% from 255) = 20.67%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=33.17%
G=20.67%
B=46.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6943960.280.5500.62269.4338.1327.25
Hex452B601C3703E10d261b
Octal1055314034670764154633
Binary1000101101011110000011100110111011111010000110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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