Html Css Color HEX #416166 Smalt Blue

📋 copy color: '#416166'

red 65 ◦ green 97 ◦ blue 102

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

Shades of Smalt Blue #416166

Tints of Smalt Blue #416166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 24.62%
G = 36.74%
B = 38.64%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#416166 (or 0x416166) is known color: Smalt Blue. HEX triplet: 41, 61 and 66. RGB value is (65,97,102). Sum of RGB (Red+Green+Blue) = 65+97+102=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #416166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416166 is #BE9E99. Grayscale: #575757. Windows color (decimal): -12492442 or 6709569. OLE color: 6709569.

HSL color Cylindrical-coordinate representation of color #416166: hue angle of 188.11º 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 #416166 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 97 102 -
CMYK 0.36 0.05 0 0.6
HSL 188.11º 0.22% 0.33% -
HSV(B) 188.11º 0.36% 0.4% -
XYZ 8.85 10.63 14.16 -
YUV 88 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 65 97 102 0.36 0.05 0 0.6 188.11 0.22 0.33
Hex 41 61 66 24 5 0 3C BC 16 21
Octal 101 141 146 44 5 0 74 274 26 41
Binary 1000001 1100001 1100110 100100 101 0 111100 10111100 10110 100001

Color Harmonies of #416166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416166

Black with #416166

Text Example


Text Example

White with #416166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416166; }

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

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

background-color css

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

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

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

border-color css

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

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

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