Html Css Color HEX #4B7472 William

📋 copy color: '#4B7472'

red 75 ◦ green 116 ◦ blue 114

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

Shades of William #4B7472

Tints of William #4B7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 24.59%
G = 38.03%
B = 37.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#4B7472 (or 0x4B7472) is known color: William. HEX triplet: 4B, 74 and 72. RGB value is (75,116,114). Sum of RGB (Red+Green+Blue) = 75+116+114=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #4B7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7472 is #B48B8D. Grayscale: #676767. Windows color (decimal): -11832206 or 7500875. OLE color: 7500875.

HSL color Cylindrical-coordinate representation of color #4B7472: hue angle of 177.07º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B7472 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 116 114 -
CMYK 0.35 0 0.02 0.55
HSL 177.07º 0.21% 0.37% -
HSV(B) 177.07º 0.35% 0.45% -
XYZ 12.18 15.2 18.21 -
YUV 103.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 75 116 114 0.35 0 0.02 0.55 177.07 0.21 0.37
Hex 4B 74 72 23 0 2 37 B1 15 25
Octal 113 164 162 43 0 2 67 261 25 45
Binary 1001011 1110100 1110010 100011 0 10 110111 10110001 10101 100101

Color Harmonies of #4B7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7472

Black with #4B7472

Text Example


Text Example

White with #4B7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,116,114); }

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

background-color css

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

 a { background-color: rgb(75,116,114); }

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

border-color css

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

 span { border-color: rgb(75,116,114); }

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