Html Css Color HEX #486069 Smalt Blue

📋 copy color: '#486069'

red 72 ◦ green 96 ◦ blue 105

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

Shades of Smalt Blue #486069

Tints of Smalt Blue #486069

RGB

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

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

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

R = 26.37%
G = 35.16%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#486069 (or 0x486069) is known color: Smalt Blue. HEX triplet: 48, 60 and 69. RGB value is (72,96,105). Sum of RGB (Red+Green+Blue) = 72+96+105=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #486069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486069 is #B79F96. Grayscale: #595959. Windows color (decimal): -12033943 or 6905928. OLE color: 6905928.

HSL color Cylindrical-coordinate representation of color #486069: hue angle of 196.36º 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 #486069 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 96 105 -
CMYK 0.31 0.09 0 0.59
HSL 196.36º 0.19% 0.35% -
HSV(B) 196.36º 0.31% 0.41% -
XYZ 9.41 10.76 14.95 -
YUV 89.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 72 96 105 0.31 0.09 0 0.59 196.36 0.19 0.35
Hex 48 60 69 1F 9 0 3B C4 13 23
Octal 110 140 151 37 11 0 73 304 23 43
Binary 1001000 1100000 1101001 11111 1001 0 111011 11000100 10011 100011

Color Harmonies of #486069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486069

Black with #486069

Text Example


Text Example

White with #486069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486069; }

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

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

background-color css

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

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

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

border-color css

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

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

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