#456383

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

Shades of Wedgewood #456383

Tints of Wedgewood #456383

Color information

#456383 (or 0x456383) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 83. RGB value is (69,99,131). Sum of RGB (Red+Green+Blue) = 69+99+131=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #456383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456383 is #BA9C7C. Grayscale: #5D5D5D. Windows color (decimal): -12229757 or 8610629. OLE color: 8610629.

HSL color Cylindrical-coordinate representation of color #456383: hue angle of 210.97º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456383 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6999131-
CMYK0.470.2400.49
HSL210.97º31%39.22%-
HSV(B)210.97º47.33%51.37%-
XYZ11.0111.8323.18-
YUV93.68149.06110.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=23.08%
G=33.11%
B=43.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69991310.470.2400.49210.973139.22
Hex4563832F18031d31f27
Octal10514320357300613233747
Binary10001011100011100000111011111100001100011101001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456383; }

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

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

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

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

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

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

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

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