Html Css Color HEX #496865 William

📋 copy color: '#496865'

red 73 ◦ green 104 ◦ blue 101

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

Shades of William #496865

Tints of William #496865

RGB

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

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

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

R = 26.26%
G = 37.41%
B = 36.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#496865 (or 0x496865) is known color: William. HEX triplet: 49, 68 and 65. RGB value is (73,104,101). Sum of RGB (Red+Green+Blue) = 73+104+101=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #496865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496865 is #B6979A. Grayscale: #5E5E5E. Windows color (decimal): -11966363 or 6645833. OLE color: 6645833.

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

Color convert

RGB 73 104 101 -
CMYK 0.30 0 0.03 0.59
HSL 174.19º 0.18% 0.35% -
HSV(B) 174.19º 0.3% 0.41% -
XYZ 10.05 12.26 14.15 -
YUV 94.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 73 104 101 0.30 0 0.03 0.59 174.19 0.18 0.35
Hex 49 68 65 1E 0 3 3B AE 12 23
Octal 111 150 145 36 0 3 73 256 22 43
Binary 1001001 1101000 1100101 11110 0 11 111011 10101110 10010 100011

Color Harmonies of #496865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496865

Black with #496865

Text Example


Text Example

White with #496865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496865; }

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

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

background-color css

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

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

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

border-color css

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

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

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