#456A8E

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

Shades of Wedgewood #456A8E

Tints of Wedgewood #456A8E

Color information

#456A8E (or 0x456A8E) is unknown color: approx Wedgewood. HEX triplet: 45, 6A and 8E. RGB value is (69,106,142). Sum of RGB (Red+Green+Blue) = 69+106+142=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #456A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A8E is #BA9571. Grayscale: #626262. Windows color (decimal): -12227954 or 9333317. OLE color: 9333317.

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

Color convert

RGB69106142-
CMYK0.510.2500.44
HSL209.59º34.6%41.37%-
HSV(B)209.59º51.41%55.69%-
XYZ12.4913.5327.54-
YUV99.04152.24106.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=21.77%
G=33.44%
B=44.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691061420.510.2500.44209.5934.641.37
Hex456A8E331902Cd22329
Octal10515221663310543224351
Binary100010111010101000111011001111001010110011010010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,106,142); }

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

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

 a { background-color: rgb(69,106,142); }

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

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

 span { border-color: rgb(69,106,142); }

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