#456E8F

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

Shades of Wedgewood #456E8F

Tints of Wedgewood #456E8F

Color information

#456E8F (or 0x456E8F) is unknown color: approx Wedgewood. HEX triplet: 45, 6E and 8F. RGB value is (69,110,143). Sum of RGB (Red+Green+Blue) = 69+110+143=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #456E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E8F is #BA9170. Grayscale: #656565. Windows color (decimal): -12226929 or 9399877. OLE color: 9399877.

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

Color convert

RGB69110143-
CMYK0.520.2300.44
HSL206.76º34.91%41.57%-
HSV(B)206.76º51.75%56.08%-
XYZ12.9914.428.08-
YUV101.5151.42104.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=21.43%
G=34.16%
B=44.41%

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
Decimal691101430.520.2300.44206.7634.9141.57
Hex456E8F341702Ccf232a
Octal10515621764270543174352
Binary100010111011101000111111010010111010110011001111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,110,143); }

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

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

 a { background-color: rgb(69,110,143); }

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

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

 span { border-color: rgb(69,110,143); }

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