#41A1BD

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

Shades of Viking #41A1BD

Tints of Viking #41A1BD

Color information

#41A1BD (or 0x41A1BD) is unknown color: approx Viking. HEX triplet: 41, A1 and BD. RGB value is (65,161,189). Sum of RGB (Red+Green+Blue) = 65+161+189=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #41A1BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A1BD is #BE5E42. Grayscale: #878787. Windows color (decimal): -12475971 or 12427585. OLE color: 12427585.

HSL color Cylindrical-coordinate representation of color #41A1BD: hue angle of 193.55º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41A1BD is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65161189-
CMYK0.660.1500.26
HSL193.55º48.82%49.8%-
HSV(B)193.55º65.61%74.12%-
XYZ24.1130.2952.72-
YUV135.49158.277.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.66%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=15.66%
G=38.80%
B=45.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651611890.660.1500.26193.5548.8249.8
Hex41A1BD42F01Ac23132
Octal101241275102170323026162
Binary100000110100001101111011000010111101101011000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,161,189); }

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

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

 a { background-color: rgb(65,161,189); }

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

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

 span { border-color: rgb(65,161,189); }

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