Html Css Color HEX #485C62 Smalt Blue

📋 copy color: '#485C62'

red 72 ◦ green 92 ◦ blue 98

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

Shades of Smalt Blue #485C62

Tints of Smalt Blue #485C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

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

R = 27.48%
G = 35.11%
B = 37.4%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#485C62 (or 0x485C62) is known color: Smalt Blue. HEX triplet: 48, 5C and 62. RGB value is (72,92,98). Sum of RGB (Red+Green+Blue) = 72+92+98=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #485C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C62 is #B7A39D. Grayscale: #565656. Windows color (decimal): -12034974 or 6446152. OLE color: 6446152.

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

Color convert

RGB 72 92 98 -
CMYK 0.27 0.06 0 0.62
HSL 193.85º 0.15% 0.33% -
HSV(B) 193.85º 0.27% 0.38% -
XYZ 8.7 9.91 13.01 -
YUV 86.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 72 92 98 0.27 0.06 0 0.62 193.85 0.15 0.33
Hex 48 5C 62 1B 6 0 3E C2 F 21
Octal 110 134 142 33 6 0 76 302 17 41
Binary 1001000 1011100 1100010 11011 110 0 111110 11000010 1111 100001

Color Harmonies of #485C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C62

Black with #485C62

Text Example


Text Example

White with #485C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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