Html Css Color HEX #416165 Smalt Blue

📋 copy color: '#416165'

red 65 ◦ green 97 ◦ blue 101

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

Shades of Smalt Blue #416165

Tints of Smalt Blue #416165

RGB

 RED value IS 65 (25.78% from 255) = 24.71%

 GREEN value IS 97 (38.28% from 255) = 36.88%

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

R = 24.71%
G = 36.88%
B = 38.4%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#416165 (or 0x416165) is known color: Smalt Blue. HEX triplet: 41, 61 and 65. RGB value is (65,97,101). Sum of RGB (Red+Green+Blue) = 65+97+101=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 101 - color contains mainly: blue. Hex color #416165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416165 is #BE9E9A. Grayscale: #575757. Windows color (decimal): -12492443 or 6644033. OLE color: 6644033.

HSL color Cylindrical-coordinate representation of color #416165: hue angle of 186.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416165 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 97 101 -
CMYK 0.36 0.04 0 0.60
HSL 186.67º 0.22% 0.33% -
HSV(B) 186.67º 0.36% 0.4% -
XYZ 8.8 10.61 13.9 -
YUV 87.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 65 97 101 0.36 0.04 0 0.60 186.67 0.22 0.33
Hex 41 61 65 24 4 0 3C BB 16 21
Octal 101 141 145 44 4 0 74 273 26 41
Binary 1000001 1100001 1100101 100100 100 0 111100 10111011 10110 100001

Color Harmonies of #416165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416165

Black with #416165

Text Example


Text Example

White with #416165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416165; }

 p { color: rgb(65,97,101); }

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

background-color css

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

 a { background-color: rgb(65,97,101); }

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

border-color css

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

 span { border-color: rgb(65,97,101); }

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