#456384

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

Shades of Wedgewood #456384

Tints of Wedgewood #456384

Color information

#456384 (or 0x456384) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 84. RGB value is (69,99,132). Sum of RGB (Red+Green+Blue) = 69+99+132=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #456384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456384 is #BA9C7B. Grayscale: #5D5D5D. Windows color (decimal): -12229756 or 8676165. OLE color: 8676165.

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

Color convert

RGB6999132-
CMYK0.480.2500.48
HSL211.43º31.34%39.41%-
HSV(B)211.43º47.73%51.76%-
XYZ11.0811.8523.53-
YUV93.79149.56110.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 132 (51.95% from 255) = 44%
R=23%
G=33%
B=44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69991320.480.2500.48211.4331.3439.41
Hex4563843019030d31f27
Octal10514320460310603233747
Binary10001011100011100001001100001100101100001101001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456384; }

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

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

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

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

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

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

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

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