Html Css Color HEX #485D62 Smalt Blue

📋 copy color: '#485D62'

red 72 ◦ green 93 ◦ blue 98

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

Shades of Smalt Blue #485D62

Tints of Smalt Blue #485D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.36%

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

R = 27.38%
G = 35.36%
B = 37.26%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485D62 (or 0x485D62) is known color: Smalt Blue. HEX triplet: 48, 5D and 62. RGB value is (72,93,98). Sum of RGB (Red+Green+Blue) = 72+93+98=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #485D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D62 is #B7A29D. Grayscale: #575757. Windows color (decimal): -12034718 or 6446408. OLE color: 6446408.

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

Color convert

RGB 72 93 98 -
CMYK 0.27 0.05 0 0.62
HSL 191.54º 0.15% 0.33% -
HSV(B) 191.54º 0.27% 0.38% -
XYZ 8.79 10.09 13.04 -
YUV 87.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 72 93 98 0.27 0.05 0 0.62 191.54 0.15 0.33
Hex 48 5D 62 1B 5 0 3E C0 F 21
Octal 110 135 142 33 5 0 76 300 17 41
Binary 1001000 1011101 1100010 11011 101 0 111110 11000000 1111 100001

Color Harmonies of #485D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D62

Black with #485D62

Text Example


Text Example

White with #485D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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