#456B85

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

Shades of Wedgewood #456B85

Tints of Wedgewood #456B85

Color information

#456B85 (or 0x456B85) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 85. RGB value is (69,107,133). Sum of RGB (Red+Green+Blue) = 69+107+133=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #456B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B85 is #BA947A. Grayscale: #626262. Windows color (decimal): -12227707 or 8743749. OLE color: 8743749.

HSL color Cylindrical-coordinate representation of color #456B85: hue angle of 204.38º 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 #456B85 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69107133-
CMYK0.480.2000.48
HSL204.38º31.68%39.61%-
HSV(B)204.38º48.12%52.16%-
XYZ11.9513.4724.16-
YUV98.6147.41106.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=22.33%
G=34.63%
B=43.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691071330.480.2000.48204.3831.6839.61
Hex456B853014030cc2028
Octal10515320560240603144050
Binary100010111010111000010111000010100011000011001100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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