#456690

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

Shades of Wedgewood #456690

Tints of Wedgewood #456690

Color information

#456690 (or 0x456690) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 90. RGB value is (69,102,144). Sum of RGB (Red+Green+Blue) = 69+102+144=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #456690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456690 is #BA996F. Grayscale: #606060. Windows color (decimal): -12228976 or 9463365. OLE color: 9463365.

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

Color convert

RGB69102144-
CMYK0.520.2900.44
HSL213.6º35.21%41.76%-
HSV(B)213.6º52.08%56.47%-
XYZ12.2412.7828.21-
YUV96.92154.57108.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=21.90%
G=32.38%
B=45.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691021440.520.2900.44213.635.2141.76
Hex456690341D02Cd6232a
Octal10514622064350543264352
Binary100010111001101001000011010011101010110011010110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456690; }

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

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

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

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

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

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

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

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