Html Css Color HEX #486066 Smalt Blue

📋 copy color: '#486066'

red 72 ◦ green 96 ◦ blue 102

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

Shades of Smalt Blue #486066

Tints of Smalt Blue #486066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 26.67%
G = 35.56%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#486066 (or 0x486066) is known color: Smalt Blue. HEX triplet: 48, 60 and 66. RGB value is (72,96,102). Sum of RGB (Red+Green+Blue) = 72+96+102=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #486066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486066 is #B79F99. Grayscale: #595959. Windows color (decimal): -12033946 or 6709320. OLE color: 6709320.

HSL color Cylindrical-coordinate representation of color #486066: hue angle of 192º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486066 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 96 102 -
CMYK 0.29 0.06 0 0.6
HSL 192º 0.17% 0.34% -
HSV(B) 192º 0.29% 0.4% -
XYZ 9.25 10.7 14.15 -
YUV 89.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 72 96 102 0.29 0.06 0 0.6 192 0.17 0.34
Hex 48 60 66 1D 6 0 3C C0 11 22
Octal 110 140 146 35 6 0 74 300 21 42
Binary 1001000 1100000 1100110 11101 110 0 111100 11000000 10001 100010

Color Harmonies of #486066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486066

Black with #486066

Text Example


Text Example

White with #486066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486066; }

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

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

background-color css

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

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

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

border-color css

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

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

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