#452B6C

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

Shades of Blue Diamond #452B6C

Tints of Blue Diamond #452B6C

Color information

#452B6C (or 0x452B6C) is unknown color: approx Blue Diamond. HEX triplet: 45, 2B and 6C. RGB value is (69,43,108). Sum of RGB (Red+Green+Blue) = 69+43+108=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #452B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B6C is #BAD493. Grayscale: #393939. Windows color (decimal): -12244116 or 7088965. OLE color: 7088965.

HSL color Cylindrical-coordinate representation of color #452B6C: hue angle of 264º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #452B6C is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6943108-
CMYK0.360.6000.58
HSL264º43.05%29.61%-
HSV(B)264º60.19%42.35%-
XYZ6.024.0814.66-
YUV58.18156.11135.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=31.36%
G=19.55%
B=49.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69431080.360.6000.5826443.0529.61
Hex452B6C243C03A1082b1e
Octal1055315444740724105336
Binary10001011010111101100100100111100011101010000100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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