#4A7291

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

Shades of Wedgewood #4A7291

Tints of Wedgewood #4A7291

Color information

#4A7291 (or 0x4A7291) is unknown color: approx Wedgewood. HEX triplet: 4A, 72 and 91. RGB value is (74,114,145). Sum of RGB (Red+Green+Blue) = 74+114+145=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A7291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7291 is #B58D6E. Grayscale: #696969. Windows color (decimal): -11898223 or 9531978. OLE color: 9531978.

HSL color Cylindrical-coordinate representation of color #4A7291: hue angle of 206.2º 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 #4A7291 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB74114145-
CMYK0.490.2100.43
HSL206.2º32.42%42.94%-
HSV(B)206.2º48.97%56.86%-
XYZ13.9515.5329.05-
YUV105.57150.25105.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 145 (57.03% from 255) = 43.54%
R=22.22%
G=34.23%
B=43.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741141450.490.2100.43206.232.4242.94
Hex4A7291311502Bce202b
Octal11216222161250533164053
Binary100101011100101001000111000110101010101111001110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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