Html Css Color HEX #4A7360 Como

📋 copy color: '#4A7360'

red 74 ◦ green 115 ◦ blue 96

#4A7360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #4A7360

Tints of Como #4A7360

RGB

 RED value IS 74 (29.3% from 255) = 25.96%

 GREEN value IS 115 (45.31% from 255) = 40.35%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 25.96%
G = 40.35%
B = 33.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#4A7360 (or 0x4A7360) is known color: Como. HEX triplet: 4A, 73 and 60. RGB value is (74,115,96). Sum of RGB (Red+Green+Blue) = 74+115+96=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7360 is #B58C9F. Grayscale: #646464. Windows color (decimal): -11898016 or 6320970. OLE color: 6320970.

HSL color Cylindrical-coordinate representation of color #4A7360: hue angle of 152.2º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A7360 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 96 -
CMYK 0.36 0 0.17 0.55
HSL 152.2º 0.22% 0.37% -
HSV(B) 152.2º 0.36% 0.45% -
XYZ 11.07 14.56 13.29 -
YUV 100.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 74 115 96 0.36 0 0.17 0.55 152.2 0.22 0.37
Hex 4A 73 60 24 0 11 37 98 16 25
Octal 112 163 140 44 0 21 67 230 26 45
Binary 1001010 1110011 1100000 100100 0 10001 110111 10011000 10110 100101

Color Harmonies of #4A7360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7360

Black with #4A7360

Text Example


Text Example

White with #4A7360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,96); }

 H1.HeaderClassName
 {
   color: #4A7360;
 }
 .AnyTagClassName
 {
   color: #4A7360;
 }
</style>

background-color css

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

 a { background-color: rgb(74,115,96); }

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

border-color css

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

 span { border-color: rgb(74,115,96); }

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