Html Css Color HEX #486062 Smalt Blue

📋 copy color: '#486062'

red 72 ◦ green 96 ◦ blue 98

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

Shades of Smalt Blue #486062

Tints of Smalt Blue #486062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 27.07%
G = 36.09%
B = 36.84%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#486062 (or 0x486062) is known color: Smalt Blue. HEX triplet: 48, 60 and 62. RGB value is (72,96,98). Sum of RGB (Red+Green+Blue) = 72+96+98=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #486062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486062 is #B79F9D. Grayscale: #595959. Windows color (decimal): -12033950 or 6447176. OLE color: 6447176.

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

Color convert

RGB 72 96 98 -
CMYK 0.27 0.02 0 0.62
HSL 184.62º 0.15% 0.33% -
HSV(B) 184.62º 0.27% 0.38% -
XYZ 9.06 10.63 13.13 -
YUV 89.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 72 96 98 0.27 0.02 0 0.62 184.62 0.15 0.33
Hex 48 60 62 1B 2 0 3E B9 F 21
Octal 110 140 142 33 2 0 76 271 17 41
Binary 1001000 1100000 1100010 11011 10 0 111110 10111001 1111 100001

Color Harmonies of #486062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486062

Black with #486062

Text Example


Text Example

White with #486062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486062; }

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

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

background-color css

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

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

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

border-color css

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

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

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