Html Css Color HEX #4B706D William

📋 copy color: '#4B706D'

red 75 ◦ green 112 ◦ blue 109

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

Shades of William #4B706D

Tints of William #4B706D

RGB

 RED value IS 75 (29.69% from 255) = 25.34%

 GREEN value IS 112 (44.14% from 255) = 37.84%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 25.34%
G = 37.84%
B = 36.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#4B706D (or 0x4B706D) is known color: William. HEX triplet: 4B, 70 and 6D. RGB value is (75,112,109). Sum of RGB (Red+Green+Blue) = 75+112+109=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #4B706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B706D is #B48F92. Grayscale: #646464. Windows color (decimal): -11833235 or 7172171. OLE color: 7172171.

HSL color Cylindrical-coordinate representation of color #4B706D: hue angle of 175.14º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B706D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 112 109 -
CMYK 0.33 0 0.03 0.56
HSL 175.14º 0.2% 0.37% -
HSV(B) 175.14º 0.33% 0.44% -
XYZ 11.46 14.19 16.6 -
YUV 100.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 75 112 109 0.33 0 0.03 0.56 175.14 0.2 0.37
Hex 4B 70 6D 21 0 3 38 AF 14 25
Octal 113 160 155 41 0 3 70 257 24 45
Binary 1001011 1110000 1101101 100001 0 11 111000 10101111 10100 100101

Color Harmonies of #4B706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B706D

Black with #4B706D

Text Example


Text Example

White with #4B706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,109); }

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

background-color css

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

 a { background-color: rgb(75,112,109); }

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

border-color css

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

 span { border-color: rgb(75,112,109); }

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