#452863

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

Shades of Blue Diamond #452863

Tints of Blue Diamond #452863

Color information

#452863 (or 0x452863) is unknown color: approx Blue Diamond. HEX triplet: 45, 28 and 63. RGB value is (69,40,99). Sum of RGB (Red+Green+Blue) = 69+40+99=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #452863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452863 is #BAD79C. Grayscale: #373737. Windows color (decimal): -12244893 or 6498373. OLE color: 6498373.

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

Color convert

RGB694099-
CMYK0.300.6000.61
HSL269.49º42.45%27.25%-
HSV(B)269.49º59.6%38.82%-
XYZ5.473.6812.23-
YUV55.4152.61137.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=33.17%
G=19.23%
B=47.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6940990.300.6000.61269.4942.4527.25
Hex4528631E3C03D10d2a1b
Octal1055014336740754155233
Binary1000101101000110001111110111100011110110000110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452863; }

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

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

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

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

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

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

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

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