#41A5BE

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

Shades of Viking #41A5BE

Tints of Viking #41A5BE

Color information

#41A5BE (or 0x41A5BE) is unknown color: approx Viking. HEX triplet: 41, A5 and BE. RGB value is (65,165,190). Sum of RGB (Red+Green+Blue) = 65+165+190=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #41A5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A5BE is #BE5A41. Grayscale: #898989. Windows color (decimal): -12474946 or 12494145. OLE color: 12494145.

HSL color Cylindrical-coordinate representation of color #41A5BE: hue angle of 192º degrees, saturation: 0.49, 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 #41A5BE is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65165190-
CMYK0.660.1300.25
HSL192º49.02%50%-
HSV(B)192º65.79%74.51%-
XYZ24.9331.7553.53-
YUV137.95157.3775.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=15.48%
G=39.29%
B=45.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651651900.660.1300.2519249.0250
Hex41A5BE42D019c03132
Octal101245276102150313006162
Binary100000110100101101111101000010110101100111000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,165,190); }

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

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

 a { background-color: rgb(65,165,190); }

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

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

 span { border-color: rgb(65,165,190); }

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