#41A5BD

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

Shades of Viking #41A5BD

Tints of Viking #41A5BD

Color information

#41A5BD (or 0x41A5BD) is unknown color: approx Viking. HEX triplet: 41, A5 and BD. RGB value is (65,165,189). Sum of RGB (Red+Green+Blue) = 65+165+189=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #41A5BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A5BD is #BE5A42. Grayscale: #898989. Windows color (decimal): -12474947 or 12428609. OLE color: 12428609.

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

Color convert

RGB65165189-
CMYK0.660.1300.26
HSL191.61º48.82%49.8%-
HSV(B)191.61º65.61%74.12%-
XYZ24.8231.7152.96-
YUV137.84156.8776.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.51%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=15.51%
G=39.38%
B=45.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651651890.660.1300.26191.6148.8249.8
Hex41A5BD42D01Ac03132
Octal101245275102150323006162
Binary100000110100101101111011000010110101101011000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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