#4A7290

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

Shades of Wedgewood #4A7290

Tints of Wedgewood #4A7290

Color information

#4A7290 (or 0x4A7290) is unknown color: approx Wedgewood. HEX triplet: 4A, 72 and 90. RGB value is (74,114,144). Sum of RGB (Red+Green+Blue) = 74+114+144=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A7290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7290 is #B58D6F. Grayscale: #696969. Windows color (decimal): -11898224 or 9466442. OLE color: 9466442.

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

Color convert

RGB74114144-
CMYK0.490.2100.44
HSL205.71º32.11%42.75%-
HSV(B)205.71º48.61%56.47%-
XYZ13.8815.528.65-
YUV105.46149.75105.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=22.29%
G=34.34%
B=43.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741141440.490.2100.44205.7132.1142.75
Hex4A7290311502Cce202b
Octal11216222061250543164053
Binary100101011100101001000011000110101010110011001110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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