#41A0BF

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

Shades of Viking #41A0BF

Tints of Viking #41A0BF

Color information

#41A0BF (or 0x41A0BF) is unknown color: approx Viking. HEX triplet: 41, A0 and BF. RGB value is (65,160,191). Sum of RGB (Red+Green+Blue) = 65+160+191=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #41A0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A0BF is #BE5F40. Grayscale: #868686. Windows color (decimal): -12476225 or 12558401. OLE color: 12558401.

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

Color convert

RGB65160191-
CMYK0.660.1600.25
HSL194.76º49.61%50.2%-
HSV(B)194.76º65.97%74.9%-
XYZ24.1530.0353.81-
YUV135.13159.5377.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.62%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 191 (75% from 255) = 45.91%
R=15.62%
G=38.46%
B=45.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651601910.660.1600.25194.7649.6150.2
Hex41A0BF4210019c33232
Octal101240277102200313036262
Binary1000001101000001011111110000101000001100111000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,160,191); }

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

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

 a { background-color: rgb(65,160,191); }

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

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

 span { border-color: rgb(65,160,191); }

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