#456388

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

Shades of Wedgewood #456388

Tints of Wedgewood #456388

Color information

#456388 (or 0x456388) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 88. RGB value is (69,99,136). Sum of RGB (Red+Green+Blue) = 69+99+136=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #456388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456388 is #BA9C77. Grayscale: #5E5E5E. Windows color (decimal): -12229752 or 8938309. OLE color: 8938309.

HSL color Cylindrical-coordinate representation of color #456388: hue angle of 213.13º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456388 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6999136-
CMYK0.490.2700.47
HSL213.13º32.68%40.2%-
HSV(B)213.13º49.26%53.33%-
XYZ11.3611.9725-
YUV94.25151.56109.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=22.70%
G=32.57%
B=44.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69991360.490.2700.47213.1332.6840.2
Hex456388311B02Fd52128
Octal10514321061330573254150
Binary100010111000111000100011000111011010111111010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456388; }

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

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

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

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

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

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

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

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