#4A6E94

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

Shades of Wedgewood #4A6E94

Tints of Wedgewood #4A6E94

Color information

#4A6E94 (or 0x4A6E94) is unknown color: approx Wedgewood. HEX triplet: 4A, 6E and 94. RGB value is (74,110,148). Sum of RGB (Red+Green+Blue) = 74+110+148=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A6E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6E94 is #B5916B. Grayscale: #676767. Windows color (decimal): -11899244 or 9727562. OLE color: 9727562.

HSL color Cylindrical-coordinate representation of color #4A6E94: hue angle of 210.81º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A6E94 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB74110148-
CMYK0.500.2600.42
HSL210.81º33.33%43.53%-
HSV(B)210.81º50%58.04%-
XYZ13.7514.7530.14-
YUV103.57153.07106.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=22.29%
G=33.13%
B=44.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741101480.500.2600.42210.8133.3343.53
Hex4A6E94321A02Ad3212c
Octal11215622462320523234154
Binary100101011011101001010011001011010010101011010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,110,148); }

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

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

 a { background-color: rgb(74,110,148); }

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

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

 span { border-color: rgb(74,110,148); }

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