#41AAB1

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

Shades of Viking #41AAB1

Tints of Viking #41AAB1

Color information

#41AAB1 (or 0x41AAB1) is unknown color: approx Viking. HEX triplet: 41, AA and B1. RGB value is (65,170,177). Sum of RGB (Red+Green+Blue) = 65+170+177=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #41AAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AAB1 is #BE554E. Grayscale: #8B8B8B. Windows color (decimal): -12473679 or 11643457. OLE color: 11643457.

HSL color Cylindrical-coordinate representation of color #41AAB1: hue angle of 183.75º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AAB1 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65170177-
CMYK0.630.0400.31
HSL183.75º46.28%47.45%-
HSV(B)183.75º63.28%69.41%-
XYZ24.4933.0546.68-
YUV139.4149.2174.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.78%
GREEN value IS 170 (66.80% from 255) = 41.26%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=15.78%
G=41.26%
B=42.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651701770.630.0400.31183.7546.2847.45
Hex41AAB13F401Fb82e2f
Octal1012522617740372705657
Binary1000001101010101011000111111110001111110111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,170,177); }

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

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

 a { background-color: rgb(65,170,177); }

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

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

 span { border-color: rgb(65,170,177); }

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