#456182

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

Shades of Wedgewood #456182

Tints of Wedgewood #456182

Color information

#456182 (or 0x456182) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 82. RGB value is (69,97,130). Sum of RGB (Red+Green+Blue) = 69+97+130=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #456182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456182 is #BA9E7D. Grayscale: #5C5C5C. Windows color (decimal): -12230270 or 8544581. OLE color: 8544581.

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

Color convert

RGB6997130-
CMYK0.470.2500.49
HSL212.46º30.65%39.02%-
HSV(B)212.46º46.92%50.98%-
XYZ10.7611.4322.76-
YUV92.39149.22111.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=23.31%
G=32.77%
B=43.92%

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
Decimal69971300.470.2500.49212.4630.6539.02
Hex4561822F19031d41f27
Octal10514120257310613243747
Binary10001011100001100000101011111100101100011101010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456182; }

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

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

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

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

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

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

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

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