#456E8B

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

Shades of Wedgewood #456E8B

Tints of Wedgewood #456E8B

Color information

#456E8B (or 0x456E8B) is unknown color: approx Wedgewood. HEX triplet: 45, 6E and 8B. RGB value is (69,110,139). Sum of RGB (Red+Green+Blue) = 69+110+139=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #456E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E8B is #BA9174. Grayscale: #646464. Windows color (decimal): -12226933 or 9137733. OLE color: 9137733.

HSL color Cylindrical-coordinate representation of color #456E8B: hue angle of 204.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456E8B is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69110139-
CMYK0.500.2100.45
HSL204.86º33.65%40.78%-
HSV(B)204.86º50.36%54.51%-
XYZ12.6914.2826.51-
YUV101.05149.42105.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=21.70%
G=34.59%
B=43.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691101390.500.2100.45204.8633.6540.78
Hex456E8B321502Dcd2229
Octal10515621362250553154251
Binary100010111011101000101111001010101010110111001101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,110,139); }

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

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

 a { background-color: rgb(69,110,139); }

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

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

 span { border-color: rgb(69,110,139); }

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