#456F8B

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

Shades of Wedgewood #456F8B

Tints of Wedgewood #456F8B

Color information

#456F8B (or 0x456F8B) is unknown color: approx Wedgewood. HEX triplet: 45, 6F and 8B. RGB value is (69,111,139). Sum of RGB (Red+Green+Blue) = 69+111+139=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #456F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F8B is #BA9074. Grayscale: #656565. Windows color (decimal): -12226677 or 9137989. OLE color: 9137989.

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

Color convert

RGB69111139-
CMYK0.500.2000.45
HSL204º33.65%40.78%-
HSV(B)204º50.36%54.51%-
XYZ12.814.526.55-
YUV101.63149.09104.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=21.63%
G=34.80%
B=43.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691111390.500.2000.4520433.6540.78
Hex456F8B321402Dcc2229
Octal10515721362240553144251
Binary100010111011111000101111001010100010110111001100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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