#452A6C

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

Shades of Blue Diamond #452A6C

Tints of Blue Diamond #452A6C

Color information

#452A6C (or 0x452A6C) is unknown color: approx Blue Diamond. HEX triplet: 45, 2A and 6C. RGB value is (69,42,108). Sum of RGB (Red+Green+Blue) = 69+42+108=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #452A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A6C is #BAD593. Grayscale: #393939. Windows color (decimal): -12244372 or 7088709. OLE color: 7088709.

HSL color Cylindrical-coordinate representation of color #452A6C: hue angle of 264.55º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452A6C is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6942108-
CMYK0.360.6100.58
HSL264.55º44%29.41%-
HSV(B)264.55º61.11%42.35%-
XYZ5.99414.64-
YUV57.6156.45136.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=31.51%
G=19.18%
B=49.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69421080.360.6100.58264.554429.41
Hex452A6C243D03A1092c1d
Octal1055215444750724115435
Binary10001011010101101100100100111101011101010000100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,42,108); }

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

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

 a { background-color: rgb(69,42,108); }

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

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

 span { border-color: rgb(69,42,108); }

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