Html Css Color HEX #496B69 William

📋 copy color: '#496B69'

red 73 ◦ green 107 ◦ blue 105

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

Shades of William #496B69

Tints of William #496B69

RGB

 RED value IS 73 (28.91% from 255) = 25.61%

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

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 25.61%
G = 37.54%
B = 36.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#496B69 (or 0x496B69) is known color: William. HEX triplet: 49, 6B and 69. RGB value is (73,107,105). Sum of RGB (Red+Green+Blue) = 73+107+105=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #496B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B69 is #B69496. Grayscale: #606060. Windows color (decimal): -11965591 or 6908745. OLE color: 6908745.

HSL color Cylindrical-coordinate representation of color #496B69: hue angle of 176.47º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B69 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 105 -
CMYK 0.32 0 0.02 0.58
HSL 176.47º 0.19% 0.35% -
HSV(B) 176.47º 0.32% 0.42% -
XYZ 10.56 12.95 15.31 -
YUV 96.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 73 107 105 0.32 0 0.02 0.58 176.47 0.19 0.35
Hex 49 6B 69 20 0 2 3A B0 13 23
Octal 111 153 151 40 0 2 72 260 23 43
Binary 1001001 1101011 1101001 100000 0 10 111010 10110000 10011 100011

Color Harmonies of #496B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B69

Black with #496B69

Text Example


Text Example

White with #496B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B69; }

 p { color: rgb(73,107,105); }

 H1.HeaderClassName
 {
   color: #496B69;
 }
 .AnyTagClassName
 {
   color: #496B69;
 }
</style>

background-color css

<style>
 a { background-color: #496B69; }

 a { background-color: rgb(73,107,105); }

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

border-color css

<style>
 span { border-color: #496B69; }

 span { border-color: rgb(73,107,105); }

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