Html Css Color HEX #4A645E Stromboli

📋 copy color: '#4A645E'

red 74 ◦ green 100 ◦ blue 94

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

Shades of Stromboli #4A645E

Tints of Stromboli #4A645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 27.61%
G = 37.31%
B = 35.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#4A645E (or 0x4A645E) is known color: Stromboli. HEX triplet: 4A, 64 and 5E. RGB value is (74,100,94). Sum of RGB (Red+Green+Blue) = 74+100+94=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #4A645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A645E is #B59BA1. Grayscale: #5B5B5B. Windows color (decimal): -11901858 or 6186058. OLE color: 6186058.

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

Color convert

RGB 74 100 94 -
CMYK 0.26 0 0.06 0.61
HSL 166.15º 0.15% 0.34% -
HSV(B) 166.15º 0.26% 0.39% -
XYZ 9.4 11.38 12.29 -
YUV 91.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 74 100 94 0.26 0 0.06 0.61 166.15 0.15 0.34
Hex 4A 64 5E 1A 0 6 3D A6 F 22
Octal 112 144 136 32 0 6 75 246 17 42
Binary 1001010 1100100 1011110 11010 0 110 111101 10100110 1111 100010

Color Harmonies of #4A645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A645E

Black with #4A645E

Text Example


Text Example

White with #4A645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,100,94); }

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

background-color css

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

 a { background-color: rgb(74,100,94); }

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

border-color css

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

 span { border-color: rgb(74,100,94); }

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