#452663

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

Shades of Blue Diamond #452663

Tints of Blue Diamond #452663

Color information

#452663 (or 0x452663) is unknown color: approx Blue Diamond. HEX triplet: 45, 26 and 63. RGB value is (69,38,99). Sum of RGB (Red+Green+Blue) = 69+38+99=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #452663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452663 is #BAD99C. Grayscale: #363636. Windows color (decimal): -12245405 or 6497861. OLE color: 6497861.

HSL color Cylindrical-coordinate representation of color #452663: hue angle of 270.49º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #452663 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB693899-
CMYK0.300.6200.61
HSL270.49º44.53%26.86%-
HSV(B)270.49º61.62%38.82%-
XYZ5.43.5512.21-
YUV54.22153.27138.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=33.50%
G=18.45%
B=48.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6938990.300.6200.61270.4944.5326.86
Hex4526631E3E03D10e2d1b
Octal1054614336760754165533
Binary1000101100110110001111110111110011110110000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452663; }

 p { color: rgb(69,38,99); }

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

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

 a { background-color: rgb(69,38,99); }

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

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

 span { border-color: rgb(69,38,99); }

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