#456484

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

Shades of Wedgewood #456484

Tints of Wedgewood #456484

Color information

#456484 (or 0x456484) is unknown color: approx Wedgewood. HEX triplet: 45, 64 and 84. RGB value is (69,100,132). Sum of RGB (Red+Green+Blue) = 69+100+132=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #456484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456484 is #BA9B7B. Grayscale: #5E5E5E. Windows color (decimal): -12229500 or 8676421. OLE color: 8676421.

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

Color convert

RGB69100132-
CMYK0.480.2400.48
HSL210.48º31.34%39.41%-
HSV(B)210.48º47.73%51.76%-
XYZ11.1812.0523.57-
YUV94.38149.23109.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=22.92%
G=33.22%
B=43.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691001320.480.2400.48210.4831.3439.41
Hex4564843018030d21f27
Octal10514420460300603223747
Binary10001011100100100001001100001100001100001101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456484; }

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

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

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

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

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

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

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

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