#456085

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

Shades of Wedgewood #456085

Tints of Wedgewood #456085

Color information

#456085 (or 0x456085) is unknown color: approx Wedgewood. HEX triplet: 45, 60 and 85. RGB value is (69,96,133). Sum of RGB (Red+Green+Blue) = 69+96+133=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #456085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456085 is #BA9F7A. Grayscale: #5B5B5B. Windows color (decimal): -12230523 or 8740933. OLE color: 8740933.

HSL color Cylindrical-coordinate representation of color #456085: hue angle of 214.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456085 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6996133-
CMYK0.480.2800.48
HSL214.69º31.68%39.61%-
HSV(B)214.69º48.12%52.16%-
XYZ10.8711.3223.8-
YUV92.15151.05111.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=23.15%
G=32.21%
B=44.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69961330.480.2800.48214.6931.6839.61
Hex456085301C030d72028
Octal10514020560340603274050
Binary100010111000001000010111000011100011000011010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456085; }

 p { color: rgb(69,96,133); }

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

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

 a { background-color: rgb(69,96,133); }

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

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

 span { border-color: rgb(69,96,133); }

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