#4B6B68

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

Shades of William #4B6B68

Tints of William #4B6B68

Color information

#4B6B68 (or 0x4B6B68) is unknown color: approx William. HEX triplet: 4B, 6B and 68. RGB value is (75,107,104). Sum of RGB (Red+Green+Blue) = 75+107+104=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 107 - color contains mainly: green. Hex color #4B6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6B68 is #B49497. Grayscale: #616161. Windows color (decimal): -11834520 or 6843211. OLE color: 6843211.

HSL color Cylindrical-coordinate representation of color #4B6B68: hue angle of 174.38º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B6B68 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB75107104-
CMYK0.3000.030.58
HSL174.38º17.58%35.69%-
HSV(B)174.38º29.91%41.96%-
XYZ10.6613.0115.05-
YUV97.09131.9112.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.22%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=26.22%
G=37.41%
B=36.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal751071040.3000.030.58174.3817.5835.69
Hex4B6B681E033Aae1224
Octal1131531503603722562244
Binary100101111010111101000111100111110101010111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,107,104); }

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

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

 a { background-color: rgb(75,107,104); }

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

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

 span { border-color: rgb(75,107,104); }

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