#456A8D

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

Shades of Wedgewood #456A8D

Tints of Wedgewood #456A8D

Color information

#456A8D (or 0x456A8D) is unknown color: approx Wedgewood. HEX triplet: 45, 6A and 8D. RGB value is (69,106,141). Sum of RGB (Red+Green+Blue) = 69+106+141=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #456A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A8D is #BA9572. Grayscale: #626262. Windows color (decimal): -12227955 or 9267781. OLE color: 9267781.

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

Color convert

RGB69106141-
CMYK0.510.2500.45
HSL209.17º34.29%41.18%-
HSV(B)209.17º51.06%55.29%-
XYZ12.4213.527.15-
YUV98.93151.74106.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=21.84%
G=33.54%
B=44.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691061410.510.2500.45209.1734.2941.18
Hex456A8D331902Dd12229
Octal10515221563310553214251
Binary100010111010101000110111001111001010110111010001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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