Html Css Color HEX #485560 San Juan

📋 copy color: '#485560'

red 72 ◦ green 85 ◦ blue 96

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

Shades of San Juan #485560

Tints of San Juan #485560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 96 (37.89% from 255) = 37.94%

R = 28.46%
G = 33.6%
B = 37.94%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485560 (or 0x485560) is known color: San Juan. HEX triplet: 48, 55 and 60. RGB value is (72,85,96). Sum of RGB (Red+Green+Blue) = 72+85+96=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #485560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485560 is #B7AA9F. Grayscale: #525252. Windows color (decimal): -12036768 or 6313288. OLE color: 6313288.

HSL color Cylindrical-coordinate representation of color #485560: hue angle of 207.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485560 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 85 96 -
CMYK 0.25 0.11 0 0.62
HSL 207.5º 0.14% 0.33% -
HSV(B) 207.5º 0.25% 0.38% -
XYZ 8.03 8.72 12.33 -
YUV 82.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 72 85 96 0.25 0.11 0 0.62 207.5 0.14 0.33
Hex 48 55 60 19 B 0 3E D0 E 21
Octal 110 125 140 31 13 0 76 320 16 41
Binary 1001000 1010101 1100000 11001 1011 0 111110 11010000 1110 100001

Color Harmonies of #485560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485560

Black with #485560

Text Example


Text Example

White with #485560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485560; }

 p { color: rgb(72,85,96); }

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

background-color css

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

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

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

border-color css

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

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

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