#41a3bb

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

Shades of Viking #41A3BB

Tints of Viking #41A3BB

Color information

#41A3BB (or 0x41A3BB) is unknown color: approx Viking. HEX triplet: 41, A3 and BB. RGB value is (65,163,187). Sum of RGB (Red+Green+Blue) = 65+163+187=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #41A3BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A3BB is #BE5C44. Grayscale: #888888. Windows color (decimal): -12475461 or 12297025. OLE color: 12297025.

HSL color Cylindrical-coordinate representation of color #41A3BB: hue angle of 191.8º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41A3BB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65163187-
CMYK0.650.1300.27
HSL191.8º48.41%49.41%-
HSV(B)191.8º65.24%73.33%-
XYZ24.2530.9151.7-
YUV136.43156.5377.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.66%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 187 (73.44% from 255) = 45.06%
R=15.66%
G=39.28%
B=45.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651631870.650.1300.27191.848.4149.41
Hex41A3BB41D01Bc03031
Octal101243273101150333006061
Binary100000110100011101110111000001110101101111000000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41a3bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,163,187); }

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

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

 a { background-color: rgb(65,163,187); }

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

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

 span { border-color: rgb(65,163,187); }

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