#456181

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

Shades of Wedgewood #456181

Tints of Wedgewood #456181

Color information

#456181 (or 0x456181) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 81. RGB value is (69,97,129). Sum of RGB (Red+Green+Blue) = 69+97+129=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #456181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456181 is #BA9E7E. Grayscale: #5C5C5C. Windows color (decimal): -12230271 or 8479045. OLE color: 8479045.

HSL color Cylindrical-coordinate representation of color #456181: hue angle of 212º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456181 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6997129-
CMYK0.470.2500.49
HSL212º30.3%38.82%-
HSV(B)212º46.51%50.59%-
XYZ10.6911.422.41-
YUV92.28148.72111.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=23.39%
G=32.88%
B=43.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69971290.470.2500.4921230.338.82
Hex4561812F19031d41e27
Octal10514120157310613243647
Binary10001011100001100000011011111100101100011101010011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456181; }

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

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

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

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

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

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

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

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