Html Css Color HEX #485562 San Juan

📋 copy color: '#485562'

red 72 ◦ green 85 ◦ blue 98

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

Shades of San Juan #485562

Tints of San Juan #485562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 28.24%
G = 33.33%
B = 38.43%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485562 (or 0x485562) is known color: San Juan. HEX triplet: 48, 55 and 62. RGB value is (72,85,98). Sum of RGB (Red+Green+Blue) = 72+85+98=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #485562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485562 is #B7AA9D. Grayscale: #525252. Windows color (decimal): -12036766 or 6444360. OLE color: 6444360.

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

Color convert

RGB 72 85 98 -
CMYK 0.27 0.13 0 0.62
HSL 210º 0.15% 0.33% -
HSV(B) 210º 0.27% 0.38% -
XYZ 8.13 8.76 12.82 -
YUV 82.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 72 85 98 0.27 0.13 0 0.62 210 0.15 0.33
Hex 48 55 62 1B D 0 3E D2 F 21
Octal 110 125 142 33 15 0 76 322 17 41
Binary 1001000 1010101 1100010 11011 1101 0 111110 11010010 1111 100001

Color Harmonies of #485562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485562

Black with #485562

Text Example


Text Example

White with #485562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485562; }

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

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

background-color css

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

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

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

border-color css

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

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

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