#456187

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

Shades of Wedgewood #456187

Tints of Wedgewood #456187

Color information

#456187 (or 0x456187) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 87. RGB value is (69,97,135). Sum of RGB (Red+Green+Blue) = 69+97+135=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #456187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456187 is #BA9E78. Grayscale: #5C5C5C. Windows color (decimal): -12230265 or 8872261. OLE color: 8872261.

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

Color convert

RGB6997135-
CMYK0.490.2800.47
HSL214.55º32.35%40%-
HSV(B)214.55º48.89%52.94%-
XYZ11.111.5624.57-
YUV92.96151.72110.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=22.92%
G=32.23%
B=44.85%

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
Decimal69971350.490.2800.47214.5532.3540
Hex456187311C02Fd72028
Octal10514120761340573274050
Binary100010111000011000011111000111100010111111010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456187; }

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

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

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

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

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

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

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

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