Html Css Color HEX #4B6E6C William

📋 copy color: '#4B6E6C'

red 75 ◦ green 110 ◦ blue 108

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

Shades of William #4B6E6C

Tints of William #4B6E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.54%

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 25.6%
G = 37.54%
B = 36.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#4B6E6C (or 0x4B6E6C) is known color: William. HEX triplet: 4B, 6E and 6C. RGB value is (75,110,108). Sum of RGB (Red+Green+Blue) = 75+110+108=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E6C is #B49193. Grayscale: #636363. Windows color (decimal): -11833748 or 7106123. OLE color: 7106123.

HSL color Cylindrical-coordinate representation of color #4B6E6C: hue angle of 176.57º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6E6C is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 75 110 108 -
CMYK 0.32 0 0.02 0.57
HSL 176.57º 0.19% 0.36% -
HSV(B) 176.57º 0.32% 0.43% -
XYZ 11.18 13.73 16.25 -
YUV 99.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 75 110 108 0.32 0 0.02 0.57 176.57 0.19 0.36
Hex 4B 6E 6C 20 0 2 39 B1 13 24
Octal 113 156 154 40 0 2 71 261 23 44
Binary 1001011 1101110 1101100 100000 0 10 111001 10110001 10011 100100

Color Harmonies of #4B6E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6E6C

Black with #4B6E6C

Text Example


Text Example

White with #4B6E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,110,108); }

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

background-color css

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

 a { background-color: rgb(75,110,108); }

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

border-color css

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

 span { border-color: rgb(75,110,108); }

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