#456588

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

Shades of Wedgewood #456588

Tints of Wedgewood #456588

Color information

#456588 (or 0x456588) is unknown color: approx Wedgewood. HEX triplet: 45, 65 and 88. RGB value is (69,101,136). Sum of RGB (Red+Green+Blue) = 69+101+136=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #456588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456588 is #BA9A77. Grayscale: #5F5F5F. Windows color (decimal): -12229240 or 8938821. OLE color: 8938821.

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

Color convert

RGB69101136-
CMYK0.490.2600.47
HSL211.34º32.68%40.2%-
HSV(B)211.34º49.26%53.33%-
XYZ11.5512.3525.07-
YUV95.42150.9109.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=22.55%
G=33.01%
B=44.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691011360.490.2600.47211.3432.6840.2
Hex456588311A02Fd32128
Octal10514521061320573234150
Binary100010111001011000100011000111010010111111010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456588; }

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

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

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

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

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

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

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

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