#456B90

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

Shades of Wedgewood #456B90

Tints of Wedgewood #456B90

Color information

#456B90 (or 0x456B90) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 90. RGB value is (69,107,144). Sum of RGB (Red+Green+Blue) = 69+107+144=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #456B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B90 is #BA946F. Grayscale: #636363. Windows color (decimal): -12227696 or 9464645. OLE color: 9464645.

HSL color Cylindrical-coordinate representation of color #456B90: hue angle of 209.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456B90 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69107144-
CMYK0.520.2600.44
HSL209.6º35.21%41.76%-
HSV(B)209.6º52.08%56.47%-
XYZ12.7513.7928.38-
YUV99.86152.91105.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 144 (56.64% from 255) = 45%
R=21.56%
G=33.44%
B=45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691071440.520.2600.44209.635.2141.76
Hex456B90341A02Cd2232a
Octal10515322064320543224352
Binary100010111010111001000011010011010010110011010010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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