Html Css Color HEX #465D65 Smalt Blue

📋 copy color: '#465D65'

red 70 ◦ green 93 ◦ blue 101

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

Shades of Smalt Blue #465D65

Tints of Smalt Blue #465D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 26.52%
G = 35.23%
B = 38.26%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#465D65 (or 0x465D65) is known color: Smalt Blue. HEX triplet: 46, 5D and 65. RGB value is (70,93,101). Sum of RGB (Red+Green+Blue) = 70+93+101=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #465D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D65 is #B9A29A. Grayscale: #565656. Windows color (decimal): -12165787 or 6643014. OLE color: 6643014.

HSL color Cylindrical-coordinate representation of color #465D65: hue angle of 195.48º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465D65 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 93 101 -
CMYK 0.31 0.08 0 0.60
HSL 195.48º 0.18% 0.34% -
HSV(B) 195.48º 0.31% 0.4% -
XYZ 8.79 10.07 13.79 -
YUV 87.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 70 93 101 0.31 0.08 0 0.60 195.48 0.18 0.34
Hex 46 5D 65 1F 8 0 3C C3 12 22
Octal 106 135 145 37 10 0 74 303 22 42
Binary 1000110 1011101 1100101 11111 1000 0 111100 11000011 10010 100010

Color Harmonies of #465D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D65

Black with #465D65

Text Example


Text Example

White with #465D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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