Html Css Color HEX #485F5F River Bed

📋 copy color: '#485F5F'

red 72 ◦ green 95 ◦ blue 95

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

Shades of River Bed #485F5F

Tints of River Bed #485F5F

RGB

 RED value IS 72 (28.52% from 255) = 27.48%

 GREEN value IS 95 (37.5% from 255) = 36.26%

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

R = 27.48%
G = 36.26%
B = 36.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#485F5F (or 0x485F5F) is known color: River Bed. HEX triplet: 48, 5F and 5F. RGB value is (72,95,95). Sum of RGB (Red+Green+Blue) = 72+95+95=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: green, blue. Hex color #485F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F5F is #B7A0A0. Grayscale: #585858. Windows color (decimal): -12034209 or 6250312. OLE color: 6250312.

HSL color Cylindrical-coordinate representation of color #485F5F: hue angle of 180º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485F5F is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 95 95 -
CMYK 0.24 0 0 0.63
HSL 180º 0.14% 0.33% -
HSV(B) 180º 0.24% 0.37% -
XYZ 8.83 10.39 12.37 -
YUV 88.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 72 95 95 0.24 0 0 0.63 180 0.14 0.33
Hex 48 5F 5F 18 0 0 3F B4 E 21
Octal 110 137 137 30 0 0 77 264 16 41
Binary 1001000 1011111 1011111 11000 0 0 111111 10110100 1110 100001

Color Harmonies of #485F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F5F

Black with #485F5F

Text Example


Text Example

White with #485F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485F5F; }

 p { color: rgb(72,95,95); }

 H1.HeaderClassName
 {
   color: #485F5F;
 }
 .AnyTagClassName
 {
   color: #485F5F;
 }
</style>

background-color css

<style>
 a { background-color: #485F5F; }

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

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

border-color css

<style>
 span { border-color: #485F5F; }

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

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