Html Css Color HEX #485661 San Juan

📋 copy color: '#485661'

red 72 ◦ green 86 ◦ blue 97

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

Shades of San Juan #485661

Tints of San Juan #485661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 28.24%
G = 33.73%
B = 38.04%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485661 (or 0x485661) is known color: San Juan. HEX triplet: 48, 56 and 61. RGB value is (72,86,97). Sum of RGB (Red+Green+Blue) = 72+86+97=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #485661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485661 is #B7A99E. Grayscale: #535353. Windows color (decimal): -12036511 or 6379080. OLE color: 6379080.

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

Color convert

RGB 72 86 97 -
CMYK 0.26 0.11 0 0.62
HSL 206.4º 0.15% 0.33% -
HSV(B) 206.4º 0.26% 0.38% -
XYZ 8.16 8.9 12.6 -
YUV 83.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 72 86 97 0.26 0.11 0 0.62 206.4 0.15 0.33
Hex 48 56 61 1A B 0 3E CE F 21
Octal 110 126 141 32 13 0 76 316 17 41
Binary 1001000 1010110 1100001 11010 1011 0 111110 11001110 1111 100001

Color Harmonies of #485661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485661

Black with #485661

Text Example


Text Example

White with #485661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485661; }

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

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

background-color css

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

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

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

border-color css

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

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

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