Html Css Color HEX #486369 Smalt Blue

📋 copy color: '#486369'

red 72 ◦ green 99 ◦ blue 105

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

Shades of Smalt Blue #486369

Tints of Smalt Blue #486369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 26.09%
G = 35.87%
B = 38.04%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#486369 (or 0x486369) is known color: Smalt Blue. HEX triplet: 48, 63 and 69. RGB value is (72,99,105). Sum of RGB (Red+Green+Blue) = 72+99+105=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #486369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486369 is #B79C96. Grayscale: #5B5B5B. Windows color (decimal): -12033175 or 6906696. OLE color: 6906696.

HSL color Cylindrical-coordinate representation of color #486369: hue angle of 190.91º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486369 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 99 105 -
CMYK 0.31 0.06 0 0.59
HSL 190.91º 0.19% 0.35% -
HSV(B) 190.91º 0.31% 0.41% -
XYZ 9.68 11.32 15.04 -
YUV 91.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 72 99 105 0.31 0.06 0 0.59 190.91 0.19 0.35
Hex 48 63 69 1F 6 0 3B BF 13 23
Octal 110 143 151 37 6 0 73 277 23 43
Binary 1001000 1100011 1101001 11111 110 0 111011 10111111 10011 100011

Color Harmonies of #486369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486369

Black with #486369

Text Example


Text Example

White with #486369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486369; }

 p { color: rgb(72,99,105); }

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

background-color css

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

 a { background-color: rgb(72,99,105); }

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

border-color css

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

 span { border-color: rgb(72,99,105); }

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