Html Css Color HEX #485F63 Smalt Blue

📋 copy color: '#485F63'

red 72 ◦ green 95 ◦ blue 99

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

Shades of Smalt Blue #485F63

Tints of Smalt Blue #485F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.71%

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 27.07%
G = 35.71%
B = 37.22%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#485F63 (or 0x485F63) is known color: Smalt Blue. HEX triplet: 48, 5F and 63. RGB value is (72,95,99). Sum of RGB (Red+Green+Blue) = 72+95+99=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #485F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F63 is #B7A09C. Grayscale: #585858. Windows color (decimal): -12034205 or 6512456. OLE color: 6512456.

HSL color Cylindrical-coordinate representation of color #485F63: hue angle of 188.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485F63 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 95 99 -
CMYK 0.27 0.04 0 0.61
HSL 188.89º 0.16% 0.34% -
HSV(B) 188.89º 0.27% 0.39% -
XYZ 9.02 10.46 13.35 -
YUV 88.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 72 95 99 0.27 0.04 0 0.61 188.89 0.16 0.34
Hex 48 5F 63 1B 4 0 3D BD 10 22
Octal 110 137 143 33 4 0 75 275 20 42
Binary 1001000 1011111 1100011 11011 100 0 111101 10111101 10000 100010

Color Harmonies of #485F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F63

Black with #485F63

Text Example


Text Example

White with #485F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485F63; }

 p { color: rgb(72,95,99); }

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

background-color css

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

 a { background-color: rgb(72,95,99); }

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

border-color css

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

 span { border-color: rgb(72,95,99); }

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