#456285

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

Shades of Wedgewood #456285

Tints of Wedgewood #456285

Color information

#456285 (or 0x456285) is unknown color: approx Wedgewood. HEX triplet: 45, 62 and 85. RGB value is (69,98,133). Sum of RGB (Red+Green+Blue) = 69+98+133=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #456285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456285 is #BA9D7A. Grayscale: #5D5D5D. Windows color (decimal): -12230011 or 8741445. OLE color: 8741445.

HSL color Cylindrical-coordinate representation of color #456285: hue angle of 212.81º 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 #456285 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6998133-
CMYK0.480.2600.48
HSL212.81º31.68%39.61%-
HSV(B)212.81º48.12%52.16%-
XYZ11.0611.6923.86-
YUV93.32150.39110.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 98 (38.67% from 255) = 32.67%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=23%
G=32.67%
B=44.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69981330.480.2600.48212.8131.6839.61
Hex456285301A030d52028
Octal10514220560320603254050
Binary100010111000101000010111000011010011000011010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456285; }

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

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

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

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

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

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

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

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