#456283

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

Shades of Wedgewood #456283

Tints of Wedgewood #456283

Color information

#456283 (or 0x456283) is unknown color: approx Wedgewood. HEX triplet: 45, 62 and 83. RGB value is (69,98,131). Sum of RGB (Red+Green+Blue) = 69+98+131=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #456283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456283 is #BA9D7C. Grayscale: #5C5C5C. Windows color (decimal): -12230013 or 8610373. OLE color: 8610373.

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

Color convert

RGB6998131-
CMYK0.470.2500.49
HSL211.94º31%39.22%-
HSV(B)211.94º47.33%51.37%-
XYZ10.9211.6423.14-
YUV93.09149.39110.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=23.15%
G=32.89%
B=43.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69981310.470.2500.49211.943139.22
Hex4562832F19031d41f27
Octal10514220357310613243747
Binary10001011100010100000111011111100101100011101010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456283; }

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

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

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

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

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

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

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

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