Html Css Color HEX #485662 San Juan

📋 copy color: '#485662'

red 72 ◦ green 86 ◦ blue 98

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

Shades of San Juan #485662

Tints of San Juan #485662

RGB

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

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

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

R = 28.13%
G = 33.59%
B = 38.28%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485662 (or 0x485662) is known color: San Juan. HEX triplet: 48, 56 and 62. RGB value is (72,86,98). Sum of RGB (Red+Green+Blue) = 72+86+98=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #485662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485662 is #B7A99D. Grayscale: #535353. Windows color (decimal): -12036510 or 6444616. OLE color: 6444616.

HSL color Cylindrical-coordinate representation of color #485662: hue angle of 207.69º 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 #485662 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 86 98 -
CMYK 0.27 0.12 0 0.62
HSL 207.69º 0.15% 0.33% -
HSV(B) 207.69º 0.27% 0.38% -
XYZ 8.2 8.92 12.84 -
YUV 83.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 72 86 98 0.27 0.12 0 0.62 207.69 0.15 0.33
Hex 48 56 62 1B C 0 3E D0 F 21
Octal 110 126 142 33 14 0 76 320 17 41
Binary 1001000 1010110 1100010 11011 1100 0 111110 11010000 1111 100001

Color Harmonies of #485662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485662

Black with #485662

Text Example


Text Example

White with #485662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485662; }

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

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

background-color css

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

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

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

border-color css

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

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

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