#41B1BF

Color #41B1BF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #41B1BF

Tints of Viking #41B1BF

Color information

#41B1BF (or 0x41B1BF) is unknown color: approx Viking. HEX triplet: 41, B1 and BF. RGB value is (65,177,191). Sum of RGB (Red+Green+Blue) = 65+177+191=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #41B1BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B1BF is #BE4E40. Grayscale: #909090. Windows color (decimal): -12471873 or 12562753. OLE color: 12562753.

HSL color Cylindrical-coordinate representation of color #41B1BF: hue angle of 186.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41B1BF is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65177191-
CMYK0.660.0700.25
HSL186.67º49.61%50.2%-
HSV(B)186.67º65.97%74.9%-
XYZ27.3136.3354.86-
YUV145.11153.8970.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.01%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 191 (75% from 255) = 44.11%
R=15.01%
G=40.88%
B=44.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651771910.660.0700.25186.6749.6150.2
Hex41B1BF427019bb3232
Octal10126127710270312736262
Binary10000011011000110111111100001011101100110111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41B1BF; }

 p { color: rgb(65,177,191); }

 H1.HeaderClassName
 {
   color: #41B1BF;
 }
 .AnyTagClassName
 {
   color: #41B1BF;
 }
</style>
background-color css

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

 a { background-color: rgb(65,177,191); }

 div.DivClassName
 {
   background-color: #41B1BF;
 }
 .BgClassName
 {
   background-color: #41B1BF;
 }
</style>
border-color css

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

 span { border-color: rgb(65,177,191); }

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