#456B8A

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

Shades of Wedgewood #456B8A

Tints of Wedgewood #456B8A

Color information

#456B8A (or 0x456B8A) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 8A. RGB value is (69,107,138). Sum of RGB (Red+Green+Blue) = 69+107+138=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #456B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B8A is #BA9475. Grayscale: #636363. Windows color (decimal): -12227702 or 9071429. OLE color: 9071429.

HSL color Cylindrical-coordinate representation of color #456B8A: hue angle of 206.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456B8A is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69107138-
CMYK0.50.2200.46
HSL206.96º33.33%40.59%-
HSV(B)206.96º50%54.12%-
XYZ12.313.6226.02-
YUV99.17149.91106.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=21.97%
G=34.08%
B=43.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691071380.50.2200.46206.9633.3340.59
Hex456B8A321602Ecf2129
Octal10515321262260563174151
Binary100010111010111000101011001010110010111011001111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,107,138); }

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

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

 a { background-color: rgb(69,107,138); }

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

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

 span { border-color: rgb(69,107,138); }

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