Html Css Color HEX #486268 Smalt Blue

📋 copy color: '#486268'

red 72 ◦ green 98 ◦ blue 104

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

Shades of Smalt Blue #486268

Tints of Smalt Blue #486268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 26.28%
G = 35.77%
B = 37.96%

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

#486268 (or 0x486268) is known color: Smalt Blue. HEX triplet: 48, 62 and 68. RGB value is (72,98,104). Sum of RGB (Red+Green+Blue) = 72+98+104=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #486268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486268 is #B79D97. Grayscale: #5A5A5A. Windows color (decimal): -12033432 or 6840904. OLE color: 6840904.

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

Color convert

RGB 72 98 104 -
CMYK 0.31 0.06 0 0.59
HSL 191.25º 0.18% 0.35% -
HSV(B) 191.25º 0.31% 0.41% -
XYZ 9.54 11.11 14.74 -
YUV 90.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 72 98 104 0.31 0.06 0 0.59 191.25 0.18 0.35
Hex 48 62 68 1F 6 0 3B BF 12 23
Octal 110 142 150 37 6 0 73 277 22 43
Binary 1001000 1100010 1101000 11111 110 0 111011 10111111 10010 100011

Color Harmonies of #486268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486268

Black with #486268

Text Example


Text Example

White with #486268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486268; }

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

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

background-color css

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

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

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

border-color css

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

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

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