Html Css Color HEX #485761 San Juan

📋 copy color: '#485761'

red 72 ◦ green 87 ◦ blue 97

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

Shades of San Juan #485761

Tints of San Juan #485761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

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

R = 28.13%
G = 33.98%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485761 (or 0x485761) is known color: San Juan. HEX triplet: 48, 57 and 61. RGB value is (72,87,97). Sum of RGB (Red+Green+Blue) = 72+87+97=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #485761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485761 is #B7A89E. Grayscale: #535353. Windows color (decimal): -12036255 or 6379336. OLE color: 6379336.

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

Color convert

RGB 72 87 97 -
CMYK 0.26 0.10 0 0.62
HSL 204º 0.15% 0.33% -
HSV(B) 204º 0.26% 0.38% -
XYZ 8.24 9.06 12.62 -
YUV 83.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 72 87 97 0.26 0.10 0 0.62 204 0.15 0.33
Hex 48 57 61 1A A 0 3E CC F 21
Octal 110 127 141 32 12 0 76 314 17 41
Binary 1001000 1010111 1100001 11010 1010 0 111110 11001100 1111 100001

Color Harmonies of #485761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485761

Black with #485761

Text Example


Text Example

White with #485761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485761; }

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

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

background-color css

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

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

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

border-color css

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

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

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