Html Css Color HEX #4A6865 William

📋 copy color: '#4A6865'

red 74 ◦ green 104 ◦ blue 101

#4A6865
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #4A6865

Tints of William #4A6865

RGB

 RED value IS 74 (29.3% from 255) = 26.52%

 GREEN value IS 104 (41.02% from 255) = 37.28%

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 26.52%
G = 37.28%
B = 36.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#4A6865 (or 0x4A6865) is known color: 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

RGB 74 104 101 -
CMYK 0.29 0 0.03 0.59
HSL 174º 0.17% 0.35% -
HSV(B) 174º 0.29% 0.41% -
XYZ 10.12 12.3 14.15 -
YUV 94.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 74 104 101 0.29 0 0.03 0.59 174 0.17 0.35
Hex 4A 68 65 1D 0 3 3B AE 11 23
Octal 112 150 145 35 0 3 73 256 21 43
Binary 1001010 1101000 1100101 11101 0 11 111011 10101110 10001 100011

Color Harmonies of #4A6865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6865

Black with #4A6865

Text Example


Text Example

White with #4A6865

Text Example


Text Example

HTML Codes & Css Web 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>