#4A6783

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

Shades of Wedgewood #4A6783

Tints of Wedgewood #4A6783

Color information

#4A6783 (or 0x4A6783) is unknown color: approx Wedgewood. HEX triplet: 4A, 67 and 83. RGB value is (74,103,131). Sum of RGB (Red+Green+Blue) = 74+103+131=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A6783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6783 is #B5987C. Grayscale: #616161. Windows color (decimal): -11901053 or 8611658. OLE color: 8611658.

HSL color Cylindrical-coordinate representation of color #4A6783: hue angle of 209.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A6783 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB74103131-
CMYK0.440.2100.49
HSL209.47º27.8%40.2%-
HSV(B)209.47º43.51%51.37%-
XYZ11.7712.823.32-
YUV97.52146.89111.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=24.03%
G=33.44%
B=42.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal741031310.440.2100.49209.4727.840.2
Hex4A67832C15031d11c28
Octal11214720354250613213450
Binary10010101100111100000111011001010101100011101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,103,131); }

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

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

 a { background-color: rgb(74,103,131); }

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

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

 span { border-color: rgb(74,103,131); }

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