#4B6865

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

Shades of William #4B6865

Tints of William #4B6865

Color information

#4B6865 (or 0x4B6865) is unknown color: approx William. HEX triplet: 4B, 68 and 65. RGB value is (75,104,101). Sum of RGB (Red+Green+Blue) = 75+104+101=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6865 is #B4979A. Grayscale: #5E5E5E. Windows color (decimal): -11835291 or 6645835. OLE color: 6645835.

HSL color Cylindrical-coordinate representation of color #4B6865: hue angle of 173.79º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B6865 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB75104101-
CMYK0.2800.030.59
HSL173.79º16.2%35.1%-
HSV(B)173.79º27.88%40.78%-
XYZ10.212.3414.16-
YUV94.99131.39113.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=26.79%
G=37.14%
B=36.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal751041010.2800.030.59173.7916.235.1
Hex4B68651C033Bae1023
Octal1131501453403732562043
Binary100101111010001100101111000111110111010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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