#4B7863

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

Shades of Como #4B7863

Tints of Como #4B7863

Color information

#4B7863 (or 0x4B7863) is unknown color: approx Como. HEX triplet: 4B, 78 and 63. RGB value is (75,120,99). Sum of RGB (Red+Green+Blue) = 75+120+99=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7863 is #B4879C. Grayscale: #686868. Windows color (decimal): -11831197 or 6518859. OLE color: 6518859.

HSL color Cylindrical-coordinate representation of color #4B7863: hue angle of 152º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7863 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB7512099-
CMYK0.3700.170.53
HSL152º23.08%38.24%-
HSV(B)152º37.5%47.06%-
XYZ11.8715.8314.23-
YUV104.15125.09107.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.51%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=25.51%
G=40.82%
B=33.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75120990.3700.170.5315223.0838.24
Hex4B78632501135981726
Octal11317014345021652302746
Binary1001011111100011000111001010100011101011001100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,120,99); }

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

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

 a { background-color: rgb(75,120,99); }

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

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

 span { border-color: rgb(75,120,99); }

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