Html Css Color HEX #465B60 Smalt Blue

📋 copy color: '#465B60'

red 70 ◦ green 91 ◦ blue 96

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

Shades of Smalt Blue #465B60

Tints of Smalt Blue #465B60

RGB

 RED value IS 70 (27.73% from 255) = 27.24%

 GREEN value IS 91 (35.94% from 255) = 35.41%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 27.24%
G = 35.41%
B = 37.35%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465B60 (or 0x465B60) is known color: Smalt Blue. HEX triplet: 46, 5B and 60. RGB value is (70,91,96). Sum of RGB (Red+Green+Blue) = 70+91+96=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #465B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B60 is #B9A49F. Grayscale: #555555. Windows color (decimal): -12166304 or 6314822. OLE color: 6314822.

HSL color Cylindrical-coordinate representation of color #465B60: hue angle of 191.54º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465B60 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 91 96 -
CMYK 0.27 0.05 0 0.62
HSL 191.54º 0.16% 0.33% -
HSV(B) 191.54º 0.27% 0.38% -
XYZ 8.38 9.63 12.48 -
YUV 85.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 70 91 96 0.27 0.05 0 0.62 191.54 0.16 0.33
Hex 46 5B 60 1B 5 0 3E C0 10 21
Octal 106 133 140 33 5 0 76 300 20 41
Binary 1000110 1011011 1100000 11011 101 0 111110 11000000 10000 100001

Color Harmonies of #465B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B60

Black with #465B60

Text Example


Text Example

White with #465B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B60; }

 p { color: rgb(70,91,96); }

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

background-color css

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

 a { background-color: rgb(70,91,96); }

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

border-color css

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

 span { border-color: rgb(70,91,96); }

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