#456288

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

Shades of Wedgewood #456288

Tints of Wedgewood #456288

Color information

#456288 (or 0x456288) is unknown color: approx Wedgewood. HEX triplet: 45, 62 and 88. RGB value is (69,98,136). Sum of RGB (Red+Green+Blue) = 69+98+136=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #456288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456288 is #BA9D77. Grayscale: #5D5D5D. Windows color (decimal): -12230008 or 8938053. OLE color: 8938053.

HSL color Cylindrical-coordinate representation of color #456288: hue angle of 214.03º 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 #456288 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6998136-
CMYK0.490.2800.47
HSL214.03º32.68%40.2%-
HSV(B)214.03º49.26%53.33%-
XYZ11.2711.7824.97-
YUV93.66151.89110.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=22.77%
G=32.34%
B=44.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69981360.490.2800.47214.0332.6840.2
Hex456288311C02Fd62128
Octal10514221061340573264150
Binary100010111000101000100011000111100010111111010110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456288; }

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

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

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

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

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

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

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

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