Html Css Color HEX #486267 Smalt Blue

📋 copy color: '#486267'

red 72 ◦ green 98 ◦ blue 103

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

Shades of Smalt Blue #486267

Tints of Smalt Blue #486267

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 26.37%
G = 35.9%
B = 37.73%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#486267 (or 0x486267) is known color: Smalt Blue. HEX triplet: 48, 62 and 67. RGB value is (72,98,103). Sum of RGB (Red+Green+Blue) = 72+98+103=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #486267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486267 is #B79D98. Grayscale: #5A5A5A. Windows color (decimal): -12033433 or 6775368. OLE color: 6775368.

HSL color Cylindrical-coordinate representation of color #486267: hue angle of 189.68º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486267 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 98 103 -
CMYK 0.30 0.05 0 0.60
HSL 189.68º 0.18% 0.34% -
HSV(B) 189.68º 0.3% 0.4% -
XYZ 9.49 11.09 14.47 -
YUV 90.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 72 98 103 0.30 0.05 0 0.60 189.68 0.18 0.34
Hex 48 62 67 1E 5 0 3C BE 12 22
Octal 110 142 147 36 5 0 74 276 22 42
Binary 1001000 1100010 1100111 11110 101 0 111100 10111110 10010 100010

Color Harmonies of #486267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486267

Black with #486267

Text Example


Text Example

White with #486267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486267; }

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

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

background-color css

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

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

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

border-color css

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

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

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