Html Css Color HEX #485E62 Smalt Blue

📋 copy color: '#485E62'

red 72 ◦ green 94 ◦ blue 98

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

Shades of Smalt Blue #485E62

Tints of Smalt Blue #485E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.61%

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

R = 27.27%
G = 35.61%
B = 37.12%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485E62 (or 0x485E62) is known color: Smalt Blue. HEX triplet: 48, 5E and 62. RGB value is (72,94,98). Sum of RGB (Red+Green+Blue) = 72+94+98=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 98 - color contains mainly: blue. Hex color #485E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E62 is #B7A19D. Grayscale: #575757. Windows color (decimal): -12034462 or 6446664. OLE color: 6446664.

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

Color convert

RGB 72 94 98 -
CMYK 0.27 0.04 0 0.62
HSL 189.23º 0.15% 0.33% -
HSV(B) 189.23º 0.27% 0.38% -
XYZ 8.88 10.26 13.07 -
YUV 87.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 72 94 98 0.27 0.04 0 0.62 189.23 0.15 0.33
Hex 48 5E 62 1B 4 0 3E BD F 21
Octal 110 136 142 33 4 0 76 275 17 41
Binary 1001000 1011110 1100010 11011 100 0 111110 10111101 1111 100001

Color Harmonies of #485E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E62

Black with #485E62

Text Example


Text Example

White with #485E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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