Html Css Color HEX #465E61 Smalt Blue

📋 copy color: '#465E61'

red 70 ◦ green 94 ◦ blue 97

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

Shades of Smalt Blue #465E61

Tints of Smalt Blue #465E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 26.82%
G = 36.02%
B = 37.16%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465E61 (or 0x465E61) is known color: Smalt Blue. HEX triplet: 46, 5E and 61. RGB value is (70,94,97). Sum of RGB (Red+Green+Blue) = 70+94+97=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #465E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E61 is #B9A19E. Grayscale: #575757. Windows color (decimal): -12165535 or 6381126. OLE color: 6381126.

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

Color convert

RGB 70 94 97 -
CMYK 0.28 0.03 0 0.62
HSL 186.67º 0.16% 0.33% -
HSV(B) 186.67º 0.28% 0.38% -
XYZ 8.69 10.17 12.81 -
YUV 87.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 70 94 97 0.28 0.03 0 0.62 186.67 0.16 0.33
Hex 46 5E 61 1C 3 0 3E BB 10 21
Octal 106 136 141 34 3 0 76 273 20 41
Binary 1000110 1011110 1100001 11100 11 0 111110 10111011 10000 100001

Color Harmonies of #465E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E61

Black with #465E61

Text Example


Text Example

White with #465E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,97); }

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

background-color css

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

 a { background-color: rgb(70,94,97); }

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

border-color css

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

 span { border-color: rgb(70,94,97); }

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