Html Css Color HEX #4A615A Stromboli

📋 copy color: '#4A615A'

red 74 ◦ green 97 ◦ blue 90

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

Shades of Stromboli #4A615A

Tints of Stromboli #4A615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.16%

 BLUE value IS 90 (35.55% from 255) = 34.48%

R = 28.35%
G = 37.16%
B = 34.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#4A615A (or 0x4A615A) is known color: Stromboli. HEX triplet: 4A, 61 and 5A. RGB value is (74,97,90). Sum of RGB (Red+Green+Blue) = 74+97+90=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #4A615A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A615A is #B59EA5. Grayscale: #595959. Windows color (decimal): -11902630 or 5923146. OLE color: 5923146.

HSL color Cylindrical-coordinate representation of color #4A615A: hue angle of 161.74º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A615A is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 97 90 -
CMYK 0.24 0 0.07 0.62
HSL 161.74º 0.13% 0.34% -
HSV(B) 161.74º 0.24% 0.38% -
XYZ 8.94 10.74 11.28 -
YUV 89.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 74 97 90 0.24 0 0.07 0.62 161.74 0.13 0.34
Hex 4A 61 5A 18 0 7 3E A2 D 22
Octal 112 141 132 30 0 7 76 242 15 42
Binary 1001010 1100001 1011010 11000 0 111 111110 10100010 1101 100010

Color Harmonies of #4A615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A615A

Black with #4A615A

Text Example


Text Example

White with #4A615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,90); }

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

background-color css

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

 a { background-color: rgb(74,97,90); }

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

border-color css

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

 span { border-color: rgb(74,97,90); }

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