#4B6D69

Color #4B6D69 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #4B6D69

Tints of William #4B6D69

Color information

#4B6D69 (or 0x4B6D69) is unknown color: approx William. HEX triplet: 4B, 6D and 69. RGB value is (75,109,105). Sum of RGB (Red+Green+Blue) = 75+109+105=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D69 is #B49296. Grayscale: #626262. Windows color (decimal): -11834007 or 6909259. OLE color: 6909259.

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

Color convert

RGB75109105-
CMYK0.3100.040.57
HSL172.94º18.48%36.08%-
HSV(B)172.94º31.19%42.75%-
XYZ10.9213.4515.39-
YUV98.38131.74111.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=25.95%
G=37.72%
B=36.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal751091050.3100.040.57172.9418.4836.08
Hex4B6D691F0439ad1224
Octal1131551513704712552244
Binary1001011110110111010011111101001110011010110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B6D69;
 }
 .AnyTagClassName
 {
   color: #4B6D69;
 }
</style>
background-color css

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

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

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

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

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

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