#4C7390

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

Shades of Wedgewood #4C7390

Tints of Wedgewood #4C7390

Color information

#4C7390 (or 0x4C7390) is unknown color: approx Wedgewood. HEX triplet: 4C, 73 and 90. RGB value is (76,115,144). Sum of RGB (Red+Green+Blue) = 76+115+144=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C7390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7390 is #B38C6F. Grayscale: #6A6A6A. Windows color (decimal): -11766896 or 9466700. OLE color: 9466700.

HSL color Cylindrical-coordinate representation of color #4C7390: hue angle of 205.59º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C7390 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB76115144-
CMYK0.470.2000.44
HSL205.59º30.91%43.14%-
HSV(B)205.59º47.22%56.47%-
XYZ14.1515.8128.69-
YUV106.64149.08106.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=22.69%
G=34.33%
B=42.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761151440.470.2000.44205.5930.9143.14
Hex4C73902F1402Cce1f2b
Octal11416322057240543163753
Binary10011001110011100100001011111010001011001100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,144); }

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

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

 a { background-color: rgb(76,115,144); }

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

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

 span { border-color: rgb(76,115,144); }

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