Html Css Color HEX #4A635C Stromboli

📋 copy color: '#4A635C'

red 74 ◦ green 99 ◦ blue 92

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

Shades of Stromboli #4A635C

Tints of Stromboli #4A635C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 27.92%
G = 37.36%
B = 34.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#4A635C (or 0x4A635C) is known color: Stromboli. HEX triplet: 4A, 63 and 5C. RGB value is (74,99,92). Sum of RGB (Red+Green+Blue) = 74+99+92=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #4A635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A635C is #B59CA3. Grayscale: #5A5A5A. Windows color (decimal): -11902116 or 6054730. OLE color: 6054730.

HSL color Cylindrical-coordinate representation of color #4A635C: hue angle of 163.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4A635C is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 99 92 -
CMYK 0.25 0 0.07 0.61
HSL 163.2º 0.14% 0.34% -
HSV(B) 163.2º 0.25% 0.39% -
XYZ 9.22 11.15 11.79 -
YUV 90.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 74 99 92 0.25 0 0.07 0.61 163.2 0.14 0.34
Hex 4A 63 5C 19 0 7 3D A3 E 22
Octal 112 143 134 31 0 7 75 243 16 42
Binary 1001010 1100011 1011100 11001 0 111 111101 10100011 1110 100010

Color Harmonies of #4A635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A635C

Black with #4A635C

Text Example


Text Example

White with #4A635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,99,92); }

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

background-color css

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

 a { background-color: rgb(74,99,92); }

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

border-color css

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

 span { border-color: rgb(74,99,92); }

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