#4A698E

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

Shades of Wedgewood #4A698E

Tints of Wedgewood #4A698E

Color information

#4A698E (or 0x4A698E) is unknown color: approx Wedgewood. HEX triplet: 4A, 69 and 8E. RGB value is (74,105,142). Sum of RGB (Red+Green+Blue) = 74+105+142=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A698E is #B59671. Grayscale: #636363. Windows color (decimal): -11900530 or 9333066. OLE color: 9333066.

HSL color Cylindrical-coordinate representation of color #4A698E: hue angle of 212.65º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A698E is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB74105142-
CMYK0.480.2600.44
HSL212.65º31.48%42.35%-
HSV(B)212.65º47.89%55.69%-
XYZ12.7613.5127.53-
YUV99.95151.73109.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.05%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=23.05%
G=32.71%
B=44.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal741051420.480.2600.44212.6531.4842.35
Hex4A698E301A02Cd51f2a
Octal11215121660320543253752
Binary10010101101001100011101100001101001011001101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,142); }

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

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

 a { background-color: rgb(74,105,142); }

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

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

 span { border-color: rgb(74,105,142); }

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