Html Css Color HEX #4A6B68 William

📋 copy color: '#4A6B68'

red 74 ◦ green 107 ◦ blue 104

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

Shades of William #4A6B68

Tints of William #4A6B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 25.96%
G = 37.54%
B = 36.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#4A6B68 (or 0x4A6B68) is known color: William. HEX triplet: 4A, 6B and 68. RGB value is (74,107,104). Sum of RGB (Red+Green+Blue) = 74+107+104=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B68 is #B59497. Grayscale: #606060. Windows color (decimal): -11900056 or 6843210. OLE color: 6843210.

HSL color Cylindrical-coordinate representation of color #4A6B68: hue angle of 174.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6B68 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 104 -
CMYK 0.31 0 0.03 0.58
HSL 174.55º 0.18% 0.35% -
HSV(B) 174.55º 0.31% 0.42% -
XYZ 10.58 12.97 15.04 -
YUV 96.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 74 107 104 0.31 0 0.03 0.58 174.55 0.18 0.35
Hex 4A 6B 68 1F 0 3 3A AF 12 23
Octal 112 153 150 37 0 3 72 257 22 43
Binary 1001010 1101011 1101000 11111 0 11 111010 10101111 10010 100011

Color Harmonies of #4A6B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B68

Black with #4A6B68

Text Example


Text Example

White with #4A6B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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