Html Css Color HEX #485F66 Smalt Blue

📋 copy color: '#485F66'

red 72 ◦ green 95 ◦ blue 102

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

Shades of Smalt Blue #485F66

Tints of Smalt Blue #485F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.32%

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

R = 26.77%
G = 35.32%
B = 37.92%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#485F66 (or 0x485F66) is known color: Smalt Blue. HEX triplet: 48, 5F and 66. RGB value is (72,95,102). Sum of RGB (Red+Green+Blue) = 72+95+102=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #485F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F66 is #B7A099. Grayscale: #585858. Windows color (decimal): -12034202 or 6709064. OLE color: 6709064.

HSL color Cylindrical-coordinate representation of color #485F66: hue angle of 194º 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 #485F66 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 95 102 -
CMYK 0.29 0.07 0 0.6
HSL 194º 0.17% 0.34% -
HSV(B) 194º 0.29% 0.4% -
XYZ 9.16 10.52 14.12 -
YUV 88.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 72 95 102 0.29 0.07 0 0.6 194 0.17 0.34
Hex 48 5F 66 1D 7 0 3C C2 11 22
Octal 110 137 146 35 7 0 74 302 21 42
Binary 1001000 1011111 1100110 11101 111 0 111100 11000010 10001 100010

Color Harmonies of #485F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F66

Black with #485F66

Text Example


Text Example

White with #485F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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