#456184

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

Shades of Wedgewood #456184

Tints of Wedgewood #456184

Color information

#456184 (or 0x456184) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 84. RGB value is (69,97,132). Sum of RGB (Red+Green+Blue) = 69+97+132=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #456184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456184 is #BA9E7B. Grayscale: #5C5C5C. Windows color (decimal): -12230268 or 8675653. OLE color: 8675653.

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

Color convert

RGB6997132-
CMYK0.480.2700.48
HSL213.33º31.34%39.41%-
HSV(B)213.33º47.73%51.76%-
XYZ10.8911.4823.47-
YUV92.62150.22111.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=23.15%
G=32.55%
B=44.30%

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
Decimal69971320.480.2700.48213.3331.3439.41
Hex456184301B030d51f27
Octal10514120460330603253747
Binary10001011100001100001001100001101101100001101010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456184; }

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

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

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

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

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

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

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

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