Html Css Color HEX #41626A Smalt Blue

📋 copy color: '#41626A'

red 65 ◦ green 98 ◦ blue 106

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

Shades of Smalt Blue #41626A

Tints of Smalt Blue #41626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 24.16%
G = 36.43%
B = 39.41%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41626A (or 0x41626A) is known color: Smalt Blue. HEX triplet: 41, 62 and 6A. RGB value is (65,98,106). Sum of RGB (Red+Green+Blue) = 65+98+106=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 106 - color contains mainly: blue. Hex color #41626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41626A is #BE9D95. Grayscale: #585858. Windows color (decimal): -12492182 or 6971969. OLE color: 6971969.

HSL color Cylindrical-coordinate representation of color #41626A: hue angle of 191.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41626A is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 98 106 -
CMYK 0.39 0.08 0 0.58
HSL 191.71º 0.24% 0.34% -
HSV(B) 191.71º 0.39% 0.42% -
XYZ 9.15 10.9 15.26 -
YUV 89.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 65 98 106 0.39 0.08 0 0.58 191.71 0.24 0.34
Hex 41 62 6A 27 8 0 3A C0 18 22
Octal 101 142 152 47 10 0 72 300 30 42
Binary 1000001 1100010 1101010 100111 1000 0 111010 11000000 11000 100010

Color Harmonies of #41626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41626A

Black with #41626A

Text Example


Text Example

White with #41626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41626A; }

 p { color: rgb(65,98,106); }

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

background-color css

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

 a { background-color: rgb(65,98,106); }

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

border-color css

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

 span { border-color: rgb(65,98,106); }

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