Html Css Color HEX #485E61 Smalt Blue

📋 copy color: '#485E61'

red 72 ◦ green 94 ◦ blue 97

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

Shades of Smalt Blue #485E61

Tints of Smalt Blue #485E61

RGB

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

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

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

R = 27.38%
G = 35.74%
B = 36.88%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485E61 (or 0x485E61) is known color: Smalt Blue. HEX triplet: 48, 5E and 61. RGB value is (72,94,97). Sum of RGB (Red+Green+Blue) = 72+94+97=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 97 - color contains mainly: blue. Hex color #485E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E61 is #B7A19E. Grayscale: #575757. Windows color (decimal): -12034463 or 6381128. OLE color: 6381128.

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

Color convert

RGB 72 94 97 -
CMYK 0.26 0.03 0 0.62
HSL 187.2º 0.15% 0.33% -
HSV(B) 187.2º 0.26% 0.38% -
XYZ 8.83 10.25 12.82 -
YUV 87.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 72 94 97 0.26 0.03 0 0.62 187.2 0.15 0.33
Hex 48 5E 61 1A 3 0 3E BB F 21
Octal 110 136 141 32 3 0 76 273 17 41
Binary 1001000 1011110 1100001 11010 11 0 111110 10111011 1111 100001

Color Harmonies of #485E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E61

Black with #485E61

Text Example


Text Example

White with #485E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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