#4C6283

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

Shades of Wedgewood #4C6283

Tints of Wedgewood #4C6283

Color information

#4C6283 (or 0x4C6283) is unknown color: approx Wedgewood. HEX triplet: 4C, 62 and 83. RGB value is (76,98,131). Sum of RGB (Red+Green+Blue) = 76+98+131=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C6283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6283 is #B39D7C. Grayscale: #5F5F5F. Windows color (decimal): -11771261 or 8610380. OLE color: 8610380.

HSL color Cylindrical-coordinate representation of color #4C6283: hue angle of 216º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C6283 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7698131-
CMYK0.420.2500.49
HSL216º26.57%40.59%-
HSV(B)216º41.98%51.37%-
XYZ11.4411.9123.17-
YUV95.18148.21114.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=24.92%
G=32.13%
B=42.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76981310.420.2500.4921626.5740.59
Hex4C62832A19031d81b29
Octal11414220352310613303351
Binary10011001100010100000111010101100101100011101100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6283; }

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

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

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

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

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

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

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

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