Html Css Color HEX #48565E San Juan

📋 copy color: '#48565E'

red 72 ◦ green 86 ◦ blue 94

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

Shades of San Juan #48565E

Tints of San Juan #48565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 28.57%
G = 34.13%
B = 37.3%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#48565E (or 0x48565E) is known color: San Juan. HEX triplet: 48, 56 and 5E. RGB value is (72,86,94). Sum of RGB (Red+Green+Blue) = 72+86+94=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #48565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48565E is #B7A9A1. Grayscale: #525252. Windows color (decimal): -12036514 or 6182472. OLE color: 6182472.

HSL color Cylindrical-coordinate representation of color #48565E: hue angle of 201.82º 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 #48565E is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 86 94 -
CMYK 0.23 0.09 0 0.63
HSL 201.82º 0.13% 0.33% -
HSV(B) 201.82º 0.23% 0.37% -
XYZ 8.02 8.84 11.87 -
YUV 82.73 134.36 120.35 -
System Red Green Blue C M Y K H S L
Decimal 72 86 94 0.23 0.09 0 0.63 201.82 0.13 0.33
Hex 48 56 5E 17 9 0 3F CA D 21
Octal 110 126 136 27 11 0 77 312 15 41
Binary 1001000 1010110 1011110 10111 1001 0 111111 11001010 1101 100001

Color Harmonies of #48565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48565E

Black with #48565E

Text Example


Text Example

White with #48565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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