#4B6E6D

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

Shades of William #4B6E6D

Tints of William #4B6E6D

Color information

#4B6E6D (or 0x4B6E6D) is unknown color: approx William. HEX triplet: 4B, 6E and 6D. RGB value is (75,110,109). Sum of RGB (Red+Green+Blue) = 75+110+109=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6E6D is #B49192. Grayscale: #636363. Windows color (decimal): -11833747 or 7171659. OLE color: 7171659.

HSL color Cylindrical-coordinate representation of color #4B6E6D: hue angle of 178.29º 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 #4B6E6D is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB75110109-
CMYK0.3200.010.57
HSL178.29º18.92%36.27%-
HSV(B)178.29º31.82%43.14%-
XYZ11.2413.7516.53-
YUV99.42133.4110.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=25.51%
G=37.41%
B=37.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal751101090.3200.010.57178.2918.9236.27
Hex4B6E6D200139b21324
Octal1131561554001712622344
Binary100101111011101101101100000011110011011001010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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