#456C85

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

Shades of Wedgewood #456C85

Tints of Wedgewood #456C85

Color information

#456C85 (or 0x456C85) is unknown color: approx Wedgewood. HEX triplet: 45, 6C and 85. RGB value is (69,108,133). Sum of RGB (Red+Green+Blue) = 69+108+133=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #456C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456C85 is #BA937A. Grayscale: #636363. Windows color (decimal): -12227451 or 8744005. OLE color: 8744005.

HSL color Cylindrical-coordinate representation of color #456C85: hue angle of 203.44º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456C85 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69108133-
CMYK0.480.1900.48
HSL203.44º31.68%39.61%-
HSV(B)203.44º48.12%52.16%-
XYZ12.0513.6824.2-
YUV99.19147.08106.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=22.26%
G=34.84%
B=42.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691081330.480.1900.48203.4431.6839.61
Hex456C853013030cb2028
Octal10515420560230603134050
Binary100010111011001000010111000010011011000011001011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456C85; }

 p { color: rgb(69,108,133); }

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

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

 a { background-color: rgb(69,108,133); }

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

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

 span { border-color: rgb(69,108,133); }

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