Html Css Color HEX #416168 Smalt Blue

📋 copy color: '#416168'

red 65 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #416168

Tints of Smalt Blue #416168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.1%

R = 24.44%
G = 36.47%
B = 39.1%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#416168 (or 0x416168) is known color: Smalt Blue. HEX triplet: 41, 61 and 68. RGB value is (65,97,104). Sum of RGB (Red+Green+Blue) = 65+97+104=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #416168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416168 is #BE9E97. Grayscale: #585858. Windows color (decimal): -12492440 or 6840641. OLE color: 6840641.

HSL color Cylindrical-coordinate representation of color #416168: hue angle of 190.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416168 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 97 104 -
CMYK 0.38 0.07 0 0.59
HSL 190.77º 0.23% 0.33% -
HSV(B) 190.77º 0.38% 0.41% -
XYZ 8.95 10.67 14.68 -
YUV 88.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 65 97 104 0.38 0.07 0 0.59 190.77 0.23 0.33
Hex 41 61 68 26 7 0 3B BF 17 21
Octal 101 141 150 46 7 0 73 277 27 41
Binary 1000001 1100001 1101000 100110 111 0 111011 10111111 10111 100001

Color Harmonies of #416168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416168

Black with #416168

Text Example


Text Example

White with #416168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416168; }

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

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

background-color css

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

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

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

border-color css

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

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

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