Html Css Color HEX #465D5F Smalt Blue

📋 copy color: '#465D5F'

red 70 ◦ green 93 ◦ blue 95

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

Shades of Smalt Blue #465D5F

Tints of Smalt Blue #465D5F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 27.13%
G = 36.05%
B = 36.82%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#465D5F (or 0x465D5F) is known color: Smalt Blue. HEX triplet: 46, 5D and 5F. RGB value is (70,93,95). Sum of RGB (Red+Green+Blue) = 70+93+95=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #465D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D5F is #B9A2A0. Grayscale: #565656. Windows color (decimal): -12165793 or 6249798. OLE color: 6249798.

HSL color Cylindrical-coordinate representation of color #465D5F: hue angle of 184.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465D5F is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 93 95 -
CMYK 0.26 0.02 0 0.63
HSL 184.8º 0.15% 0.32% -
HSV(B) 184.8º 0.26% 0.37% -
XYZ 8.51 9.96 12.3 -
YUV 86.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 70 93 95 0.26 0.02 0 0.63 184.8 0.15 0.32
Hex 46 5D 5F 1A 2 0 3F B9 F 20
Octal 106 135 137 32 2 0 77 271 17 40
Binary 1000110 1011101 1011111 11010 10 0 111111 10111001 1111 100000

Color Harmonies of #465D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D5F

Black with #465D5F

Text Example


Text Example

White with #465D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,95); }

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

background-color css

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

 a { background-color: rgb(70,93,95); }

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

border-color css

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

 span { border-color: rgb(70,93,95); }

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