Html Css Color HEX #4B6563 River Bed

📋 copy color: '#4B6563'

red 75 ◦ green 101 ◦ blue 99

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

Shades of River Bed #4B6563

Tints of River Bed #4B6563

RGB

 RED value IS 75 (29.69% from 255) = 27.27%

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 27.27%
G = 36.73%
B = 36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#4B6563 (or 0x4B6563) is known color: River Bed. HEX triplet: 4B, 65 and 63. RGB value is (75,101,99). Sum of RGB (Red+Green+Blue) = 75+101+99=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6563 is #B49A9C. Grayscale: #5C5C5C. Windows color (decimal): -11836061 or 6513995. OLE color: 6513995.

HSL color Cylindrical-coordinate representation of color #4B6563: hue angle of 175.38º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B6563 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 75 101 99 -
CMYK 0.26 0 0.02 0.60
HSL 175.38º 0.15% 0.35% -
HSV(B) 175.38º 0.26% 0.4% -
XYZ 9.81 11.7 13.55 -
YUV 93 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 75 101 99 0.26 0 0.02 0.60 175.38 0.15 0.35
Hex 4B 65 63 1A 0 2 3C AF F 23
Octal 113 145 143 32 0 2 74 257 17 43
Binary 1001011 1100101 1100011 11010 0 10 111100 10101111 1111 100011

Color Harmonies of #4B6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6563

Black with #4B6563

Text Example


Text Example

White with #4B6563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,101,99); }

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

background-color css

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

 a { background-color: rgb(75,101,99); }

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

border-color css

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

 span { border-color: rgb(75,101,99); }

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