#4A688B

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

Shades of Wedgewood #4A688B

Tints of Wedgewood #4A688B

Color information

#4A688B (or 0x4A688B) is unknown color: approx Wedgewood. HEX triplet: 4A, 68 and 8B. RGB value is (74,104,139). Sum of RGB (Red+Green+Blue) = 74+104+139=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A688B is #B59774. Grayscale: #626262. Windows color (decimal): -11900789 or 9136202. OLE color: 9136202.

HSL color Cylindrical-coordinate representation of color #4A688B: hue angle of 212.31º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A688B is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB74104139-
CMYK0.470.2500.45
HSL212.31º30.52%41.76%-
HSV(B)212.31º46.76%54.51%-
XYZ12.4313.2226.32-
YUV99.02150.56110.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=23.34%
G=32.81%
B=43.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal741041390.470.2500.45212.3130.5241.76
Hex4A688B2F1902Dd41f2a
Octal11215021357310553243752
Binary10010101101000100010111011111100101011011101010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,104,139); }

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

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

 a { background-color: rgb(74,104,139); }

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

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

 span { border-color: rgb(74,104,139); }

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