#4A7091

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

Shades of Wedgewood #4A7091

Tints of Wedgewood #4A7091

Color information

#4A7091 (or 0x4A7091) is unknown color: approx Wedgewood. HEX triplet: 4A, 70 and 91. RGB value is (74,112,145). Sum of RGB (Red+Green+Blue) = 74+112+145=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A7091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7091 is #B58F6E. Grayscale: #686868. Windows color (decimal): -11898735 or 9531466. OLE color: 9531466.

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

Color convert

RGB74112145-
CMYK0.490.2300.43
HSL207.89º32.42%42.94%-
HSV(B)207.89º48.97%56.86%-
XYZ13.7315.0928.98-
YUV104.4150.91106.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 145 (57.03% from 255) = 43.81%
R=22.36%
G=33.84%
B=43.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741121450.490.2300.43207.8932.4242.94
Hex4A7091311702Bd0202b
Octal11216022161270533204053
Binary100101011100001001000111000110111010101111010000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,145); }

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

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

 a { background-color: rgb(74,112,145); }

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

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

 span { border-color: rgb(74,112,145); }

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