#456284

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

Shades of Wedgewood #456284

Tints of Wedgewood #456284

Color information

#456284 (or 0x456284) is unknown color: approx Wedgewood. HEX triplet: 45, 62 and 84. RGB value is (69,98,132). Sum of RGB (Red+Green+Blue) = 69+98+132=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #456284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456284 is #BA9D7B. Grayscale: #5D5D5D. Windows color (decimal): -12230012 or 8675909. OLE color: 8675909.

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

Color convert

RGB6998132-
CMYK0.480.2600.48
HSL212.38º31.34%39.41%-
HSV(B)212.38º47.73%51.76%-
XYZ10.9911.6723.5-
YUV93.2149.89110.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=23.08%
G=32.78%
B=44.15%

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
Decimal69981320.480.2600.48212.3831.3439.41
Hex456284301A030d41f27
Octal10514220460320603243747
Binary10001011100010100001001100001101001100001101010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456284; }

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

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

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

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

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

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

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

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