#4A7188

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

Shades of Wedgewood #4A7188

Tints of Wedgewood #4A7188

Color information

#4A7188 (or 0x4A7188) is unknown color: approx Wedgewood. HEX triplet: 4A, 71 and 88. RGB value is (74,113,136). Sum of RGB (Red+Green+Blue) = 74+113+136=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7188 is #B58E77. Grayscale: #676767. Windows color (decimal): -11898488 or 8941898. OLE color: 8941898.

HSL color Cylindrical-coordinate representation of color #4A7188: hue angle of 202.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A7188 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB74113136-
CMYK0.460.1700.47
HSL202.26º29.52%41.18%-
HSV(B)202.26º45.59%53.33%-
XYZ13.1715.0425.5-
YUV103.96146.08106.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=22.91%
G=34.98%
B=42.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741131360.460.1700.47202.2629.5241.18
Hex4A71882E1102Fca1e29
Octal11216121056210573123651
Binary10010101110001100010001011101000101011111100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,113,136); }

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

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

 a { background-color: rgb(74,113,136); }

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

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

 span { border-color: rgb(74,113,136); }

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