Html Css Color HEX #4A6362 River Bed

📋 copy color: '#4A6362'

red 74 ◦ green 99 ◦ blue 98

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

Shades of River Bed #4A6362

Tints of River Bed #4A6362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 27.31%
G = 36.53%
B = 36.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#4A6362 (or 0x4A6362) is known color: River Bed. HEX triplet: 4A, 63 and 62. RGB value is (74,99,98). Sum of RGB (Red+Green+Blue) = 74+99+98=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6362 is #B59C9D. Grayscale: #5B5B5B. Windows color (decimal): -11902110 or 6447946. OLE color: 6447946.

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

Color convert

RGB 74 99 98 -
CMYK 0.25 0 0.01 0.61
HSL 177.6º 0.14% 0.34% -
HSV(B) 177.6º 0.25% 0.39% -
XYZ 9.49 11.26 13.23 -
YUV 91.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 74 99 98 0.25 0 0.01 0.61 177.6 0.14 0.34
Hex 4A 63 62 19 0 1 3D B2 E 22
Octal 112 143 142 31 0 1 75 262 16 42
Binary 1001010 1100011 1100010 11001 0 1 111101 10110010 1110 100010

Color Harmonies of #4A6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6362

Black with #4A6362

Text Example


Text Example

White with #4A6362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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