#4A6865

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

Shades of William #4A6865

Tints of William #4A6865

Color information

#4A6865 (or 0x4A6865) is unknown color: approx William. HEX triplet: 4A, 68 and 65. RGB value is (74,104,101). Sum of RGB (Red+Green+Blue) = 74+104+101=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6865 is #B5979A. Grayscale: #5E5E5E. Windows color (decimal): -11900827 or 6645834. OLE color: 6645834.

HSL color Cylindrical-coordinate representation of color #4A6865: hue angle of 174º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A6865 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB74104101-
CMYK0.2900.030.59
HSL174º16.85%34.9%-
HSV(B)174º28.85%40.78%-
XYZ10.1212.314.15-
YUV94.69131.56113.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.52%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=26.52%
G=37.28%
B=36.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal741041010.2900.030.5917416.8534.9
Hex4A68651D033Bae1123
Octal1121501453503732562143
Binary100101011010001100101111010111110111010111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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