#456185

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

Shades of Wedgewood #456185

Tints of Wedgewood #456185

Color information

#456185 (or 0x456185) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 85. RGB value is (69,97,133). Sum of RGB (Red+Green+Blue) = 69+97+133=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #456185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456185 is #BA9E7A. Grayscale: #5C5C5C. Windows color (decimal): -12230267 or 8741189. OLE color: 8741189.

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

Color convert

RGB6997133-
CMYK0.480.2700.48
HSL213.75º31.68%39.61%-
HSV(B)213.75º48.12%52.16%-
XYZ10.9611.5123.83-
YUV92.73150.72111.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=23.08%
G=32.44%
B=44.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69971330.480.2700.48213.7531.6839.61
Hex456185301B030d62028
Octal10514120560330603264050
Binary100010111000011000010111000011011011000011010110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456185; }

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

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

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

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

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

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

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

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