Html Css Color HEX #4A6D6A William

📋 copy color: '#4A6D6A'

red 74 ◦ green 109 ◦ blue 106

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

Shades of William #4A6D6A

Tints of William #4A6D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 25.61%
G = 37.72%
B = 36.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#4A6D6A (or 0x4A6D6A) is known color: William. HEX triplet: 4A, 6D and 6A. RGB value is (74,109,106). Sum of RGB (Red+Green+Blue) = 74+109+106=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6D6A is #B59295. Grayscale: #626262. Windows color (decimal): -11899542 or 6974794. OLE color: 6974794.

HSL color Cylindrical-coordinate representation of color #4A6D6A: hue angle of 174.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A6D6A is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 106 -
CMYK 0.32 0 0.03 0.57
HSL 174.86º 0.19% 0.36% -
HSV(B) 174.86º 0.32% 0.43% -
XYZ 10.89 13.43 15.65 -
YUV 98.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 74 109 106 0.32 0 0.03 0.57 174.86 0.19 0.36
Hex 4A 6D 6A 20 0 3 39 AF 13 24
Octal 112 155 152 40 0 3 71 257 23 44
Binary 1001010 1101101 1101010 100000 0 11 111001 10101111 10011 100100

Color Harmonies of #4A6D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D6A

Black with #4A6D6A

Text Example


Text Example

White with #4A6D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,106); }

 H1.HeaderClassName
 {
   color: #4A6D6A;
 }
 .AnyTagClassName
 {
   color: #4A6D6A;
 }
</style>

background-color css

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

 a { background-color: rgb(74,109,106); }

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

border-color css

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

 span { border-color: rgb(74,109,106); }

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