Html Css Color HEX #4A605A Stromboli

📋 copy color: '#4A605A'

red 74 ◦ green 96 ◦ blue 90

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

Shades of Stromboli #4A605A

Tints of Stromboli #4A605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.92%

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

R = 28.46%
G = 36.92%
B = 34.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#4A605A (or 0x4A605A) is known color: Stromboli. HEX triplet: 4A, 60 and 5A. RGB value is (74,96,90). Sum of RGB (Red+Green+Blue) = 74+96+90=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605A is #B59FA5. Grayscale: #585858. Windows color (decimal): -11902886 or 5922890. OLE color: 5922890.

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

Color convert

RGB 74 96 90 -
CMYK 0.23 0 0.06 0.62
HSL 163.64º 0.13% 0.33% -
HSV(B) 163.64º 0.23% 0.38% -
XYZ 8.85 10.56 11.24 -
YUV 88.74 128.71 117.49 -
System Red Green Blue C M Y K H S L
Decimal 74 96 90 0.23 0 0.06 0.62 163.64 0.13 0.33
Hex 4A 60 5A 17 0 6 3E A4 D 21
Octal 112 140 132 27 0 6 76 244 15 41
Binary 1001010 1100000 1011010 10111 0 110 111110 10100100 1101 100001

Color Harmonies of #4A605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A605A

Black with #4A605A

Text Example


Text Example

White with #4A605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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