Html Css Color HEX #4A6562 River Bed

📋 copy color: '#4A6562'

red 74 ◦ green 101 ◦ blue 98

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

Shades of River Bed #4A6562

Tints of River Bed #4A6562

RGB

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

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

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

R = 27.11%
G = 37%
B = 35.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#4A6562 (or 0x4A6562) is known color: River Bed. HEX triplet: 4A, 65 and 62. RGB value is (74,101,98). Sum of RGB (Red+Green+Blue) = 74+101+98=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6562 is #B59A9D. Grayscale: #5C5C5C. Windows color (decimal): -11901598 or 6448458. OLE color: 6448458.

HSL color Cylindrical-coordinate representation of color #4A6562: hue angle of 173.33º 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 #4A6562 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 101 98 -
CMYK 0.27 0 0.03 0.60
HSL 173.33º 0.15% 0.34% -
HSV(B) 173.33º 0.27% 0.4% -
XYZ 9.68 11.65 13.29 -
YUV 92.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 74 101 98 0.27 0 0.03 0.60 173.33 0.15 0.34
Hex 4A 65 62 1B 0 3 3C AD F 22
Octal 112 145 142 33 0 3 74 255 17 42
Binary 1001010 1100101 1100010 11011 0 11 111100 10101101 1111 100010

Color Harmonies of #4A6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6562

Black with #4A6562

Text Example


Text Example

White with #4A6562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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