#4A6F6E

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

Shades of William #4A6F6E

Tints of William #4A6F6E

Color information

#4A6F6E (or 0x4A6F6E) is unknown color: approx William. HEX triplet: 4A, 6F and 6E. RGB value is (74,111,110). Sum of RGB (Red+Green+Blue) = 74+111+110=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6F6E is #B59091. Grayscale: #636363. Windows color (decimal): -11899026 or 7237450. OLE color: 7237450.

HSL color Cylindrical-coordinate representation of color #4A6F6E: hue angle of 178.38º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A6F6E is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB74111110-
CMYK0.3300.010.56
HSL178.38º20%36.27%-
HSV(B)178.38º33.33%43.53%-
XYZ11.3213.9516.85-
YUV99.82133.74109.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.08%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=25.08%
G=37.63%
B=37.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741111100.3300.010.56178.382036.27
Hex4A6F6E210138b21424
Octal1121571564101702622444
Binary100101011011111101110100001011110001011001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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