#456F90

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

Shades of Wedgewood #456F90

Tints of Wedgewood #456F90

Color information

#456F90 (or 0x456F90) is unknown color: approx Wedgewood. HEX triplet: 45, 6F and 90. RGB value is (69,111,144). Sum of RGB (Red+Green+Blue) = 69+111+144=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #456F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F90 is #BA906F. Grayscale: #666666. Windows color (decimal): -12226672 or 9465669. OLE color: 9465669.

HSL color Cylindrical-coordinate representation of color #456F90: hue angle of 206.4º 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 #456F90 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69111144-
CMYK0.520.2300.44
HSL206.4º35.21%41.76%-
HSV(B)206.4º52.08%56.47%-
XYZ13.1714.6528.52-
YUV102.2151.59104.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=21.30%
G=34.26%
B=44.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691111440.520.2300.44206.435.2141.76
Hex456F90341702Cce232a
Octal10515722064270543164352
Binary100010111011111001000011010010111010110011001110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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