Html Css Color HEX #48585E San Juan

📋 copy color: '#48585E'

red 72 ◦ green 88 ◦ blue 94

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

Shades of San Juan #48585E

Tints of San Juan #48585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 28.35%
G = 34.65%
B = 37.01%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48585E (or 0x48585E) is known color: San Juan. HEX triplet: 48, 58 and 5E. RGB value is (72,88,94). Sum of RGB (Red+Green+Blue) = 72+88+94=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #48585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48585E is #B7A7A1. Grayscale: #535353. Windows color (decimal): -12036002 or 6182984. OLE color: 6182984.

HSL color Cylindrical-coordinate representation of color #48585E: hue angle of 196.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #48585E is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 88 94 -
CMYK 0.23 0.06 0 0.63
HSL 196.36º 0.13% 0.33% -
HSV(B) 196.36º 0.23% 0.37% -
XYZ 8.18 9.17 11.93 -
YUV 83.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 72 88 94 0.23 0.06 0 0.63 196.36 0.13 0.33
Hex 48 58 5E 17 6 0 3F C4 D 21
Octal 110 130 136 27 6 0 77 304 15 41
Binary 1001000 1011000 1011110 10111 110 0 111111 11000100 1101 100001

Color Harmonies of #48585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48585E

Black with #48585E

Text Example


Text Example

White with #48585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48585E; }

 p { color: rgb(72,88,94); }

 H1.HeaderClassName
 {
   color: #48585E;
 }
 .AnyTagClassName
 {
   color: #48585E;
 }
</style>

background-color css

<style>
 a { background-color: #48585E; }

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

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

border-color css

<style>
 span { border-color: #48585E; }

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

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