#456B8F

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

Shades of Wedgewood #456B8F

Tints of Wedgewood #456B8F

Color information

#456B8F (or 0x456B8F) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 8F. RGB value is (69,107,143). Sum of RGB (Red+Green+Blue) = 69+107+143=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #456B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B8F is #BA9470. Grayscale: #636363. Windows color (decimal): -12227697 or 9399109. OLE color: 9399109.

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

Color convert

RGB69107143-
CMYK0.520.2500.44
HSL209.19º34.91%41.57%-
HSV(B)209.19º51.75%56.08%-
XYZ12.6713.7627.98-
YUV99.74152.41106.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=21.63%
G=33.54%
B=44.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691071430.520.2500.44209.1934.9141.57
Hex456B8F341902Cd1232a
Octal10515321764310543214352
Binary100010111010111000111111010011001010110011010001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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