Html Css Color HEX #41616E Smalt Blue

📋 copy color: '#41616E'

red 65 ◦ green 97 ◦ blue 110

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

Shades of Smalt Blue #41616E

Tints of Smalt Blue #41616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 23.9%
G = 35.66%
B = 40.44%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41616E (or 0x41616E) is known color: Smalt Blue. HEX triplet: 41, 61 and 6E. RGB value is (65,97,110). Sum of RGB (Red+Green+Blue) = 65+97+110=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #41616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41616E is #BE9E91. Grayscale: #585858. Windows color (decimal): -12492434 or 7233857. OLE color: 7233857.

HSL color Cylindrical-coordinate representation of color #41616E: hue angle of 197.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41616E is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 97 110 -
CMYK 0.41 0.12 0 0.57
HSL 197.33º 0.26% 0.34% -
HSV(B) 197.33º 0.41% 0.43% -
XYZ 9.27 10.8 16.35 -
YUV 88.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 65 97 110 0.41 0.12 0 0.57 197.33 0.26 0.34
Hex 41 61 6E 29 C 0 39 C5 1A 22
Octal 101 141 156 51 14 0 71 305 32 42
Binary 1000001 1100001 1101110 101001 1100 0 111001 11000101 11010 100010

Color Harmonies of #41616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41616E

Black with #41616E

Text Example


Text Example

White with #41616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41616E; }

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

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

background-color css

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

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

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

border-color css

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

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

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