Html Css Color HEX #4A605F River Bed

📋 copy color: '#4A605F'

red 74 ◦ green 96 ◦ blue 95

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

Shades of River Bed #4A605F

Tints of River Bed #4A605F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 27.92%
G = 36.23%
B = 35.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#4A605F (or 0x4A605F) is known color: River Bed. HEX triplet: 4A, 60 and 5F. RGB value is (74,96,95). Sum of RGB (Red+Green+Blue) = 74+96+95=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605F is #B59FA0. Grayscale: #595959. Windows color (decimal): -11902881 or 6250570. OLE color: 6250570.

HSL color Cylindrical-coordinate representation of color #4A605F: hue angle of 177.27º 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 #4A605F is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 95 -
CMYK 0.23 0 0.01 0.62
HSL 177.27º 0.13% 0.33% -
HSV(B) 177.27º 0.23% 0.38% -
XYZ 9.07 10.65 12.4 -
YUV 89.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 74 96 95 0.23 0 0.01 0.62 177.27 0.13 0.33
Hex 4A 60 5F 17 0 1 3E B1 D 21
Octal 112 140 137 27 0 1 76 261 15 41
Binary 1001010 1100000 1011111 10111 0 1 111110 10110001 1101 100001

Color Harmonies of #4A605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A605F

Black with #4A605F

Text Example


Text Example

White with #4A605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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