#41A3BE

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

Shades of Viking #41A3BE

Tints of Viking #41A3BE

Color information

#41A3BE (or 0x41A3BE) is unknown color: approx Viking. HEX triplet: 41, A3 and BE. RGB value is (65,163,190). Sum of RGB (Red+Green+Blue) = 65+163+190=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #41A3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A3BE is #BE5C41. Grayscale: #888888. Windows color (decimal): -12475458 or 12493633. OLE color: 12493633.

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

Color convert

RGB65163190-
CMYK0.660.1400.25
HSL192.96º49.02%50%-
HSV(B)192.96º65.79%74.51%-
XYZ24.5731.0453.41-
YUV136.78158.0376.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.55%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=15.55%
G=39.00%
B=45.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651631900.660.1400.25192.9649.0250
Hex41A3BE42E019c13132
Octal101243276102160313016162
Binary100000110100011101111101000010111001100111000001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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