#4C7492

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

Shades of Wedgewood #4C7492

Tints of Wedgewood #4C7492

Color information

#4C7492 (or 0x4C7492) is unknown color: approx Wedgewood. HEX triplet: 4C, 74 and 92. RGB value is (76,116,146). Sum of RGB (Red+Green+Blue) = 76+116+146=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C7492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7492 is #B38B6D. Grayscale: #6B6B6B. Windows color (decimal): -11766638 or 9598028. OLE color: 9598028.

HSL color Cylindrical-coordinate representation of color #4C7492: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C7492 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB76116146-
CMYK0.480.2100.43
HSL205.71º31.53%43.53%-
HSV(B)205.71º47.95%57.25%-
XYZ14.4116.129.54-
YUV107.46149.75105.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.49%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=22.49%
G=34.32%
B=43.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761161460.480.2100.43205.7131.5343.53
Hex4C7492301502Bce202c
Octal11416422260250533164054
Binary100110011101001001001011000010101010101111001110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,116,146); }

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

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

 a { background-color: rgb(76,116,146); }

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

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

 span { border-color: rgb(76,116,146); }

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