#456D8B

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

Shades of Wedgewood #456D8B

Tints of Wedgewood #456D8B

Color information

#456D8B (or 0x456D8B) is unknown color: approx Wedgewood. HEX triplet: 45, 6D and 8B. RGB value is (69,109,139). Sum of RGB (Red+Green+Blue) = 69+109+139=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #456D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D8B is #BA9274. Grayscale: #646464. Windows color (decimal): -12227189 or 9137477. OLE color: 9137477.

HSL color Cylindrical-coordinate representation of color #456D8B: hue angle of 205.71º 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 #456D8B is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69109139-
CMYK0.500.2200.45
HSL205.71º33.65%40.78%-
HSV(B)205.71º50.36%54.51%-
XYZ12.5814.0726.48-
YUV100.46149.75105.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=21.77%
G=34.38%
B=43.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691091390.500.2200.45205.7133.6540.78
Hex456D8B321602Dce2229
Octal10515521362260553164251
Binary100010111011011000101111001010110010110111001110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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