Html Css Color HEX #4A6560 Stromboli

📋 copy color: '#4A6560'

red 74 ◦ green 101 ◦ blue 96

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

Shades of Stromboli #4A6560

Tints of Stromboli #4A6560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

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

R = 27.31%
G = 37.27%
B = 35.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#4A6560 (or 0x4A6560) is known color: Stromboli. HEX triplet: 4A, 65 and 60. RGB value is (74,101,96). Sum of RGB (Red+Green+Blue) = 74+101+96=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6560 is #B59A9F. Grayscale: #5C5C5C. Windows color (decimal): -11901600 or 6317386. OLE color: 6317386.

HSL color Cylindrical-coordinate representation of color #4A6560: hue angle of 168.89º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A6560 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 101 96 -
CMYK 0.27 0 0.05 0.60
HSL 168.89º 0.15% 0.34% -
HSV(B) 168.89º 0.27% 0.4% -
XYZ 9.59 11.61 12.8 -
YUV 92.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 74 101 96 0.27 0 0.05 0.60 168.89 0.15 0.34
Hex 4A 65 60 1B 0 5 3C A9 F 22
Octal 112 145 140 33 0 5 74 251 17 42
Binary 1001010 1100101 1100000 11011 0 101 111100 10101001 1111 100010

Color Harmonies of #4A6560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6560

Black with #4A6560

Text Example


Text Example

White with #4A6560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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