#456B84

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

Shades of Wedgewood #456B84

Tints of Wedgewood #456B84

Color information

#456B84 (or 0x456B84) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 84. RGB value is (69,107,132). Sum of RGB (Red+Green+Blue) = 69+107+132=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #456B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B84 is #BA947B. Grayscale: #626262. Windows color (decimal): -12227708 or 8678213. OLE color: 8678213.

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

Color convert

RGB69107132-
CMYK0.480.1900.48
HSL203.81º31.34%39.41%-
HSV(B)203.81º47.73%51.76%-
XYZ11.8813.4523.8-
YUV98.49146.91106.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=22.40%
G=34.74%
B=42.86%

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
Decimal691071320.480.1900.48203.8131.3439.41
Hex456B843013030cc1f27
Octal10515320460230603143747
Binary10001011101011100001001100001001101100001100110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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