#4A7864

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

Shades of Como #4A7864

Tints of Como #4A7864

Color information

#4A7864 (or 0x4A7864) is unknown color: approx Como. HEX triplet: 4A, 78 and 64. RGB value is (74,120,100). Sum of RGB (Red+Green+Blue) = 74+120+100=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7864 is #B5879B. Grayscale: #686868. Windows color (decimal): -11896732 or 6584394. OLE color: 6584394.

HSL color Cylindrical-coordinate representation of color #4A7864: hue angle of 153.91º degrees, saturation: 0.24, 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 #4A7864 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB74120100-
CMYK0.3800.170.53
HSL153.91º23.71%38.04%-
HSV(B)153.91º38.33%47.06%-
XYZ11.8415.8114.48-
YUV103.97125.76106.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=25.17%
G=40.82%
B=34.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal741201000.3800.170.53153.9123.7138.04
Hex4A786426011359a1826
Octal11217014446021652323046
Binary1001010111100011001001001100100011101011001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,120,100); }

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

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

 a { background-color: rgb(74,120,100); }

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

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

 span { border-color: rgb(74,120,100); }

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