#41AEBD

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

Shades of Viking #41AEBD

Tints of Viking #41AEBD

Color information

#41AEBD (or 0x41AEBD) is unknown color: approx Viking. HEX triplet: 41, AE and BD. RGB value is (65,174,189). Sum of RGB (Red+Green+Blue) = 65+174+189=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #41AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AEBD is #BE5142. Grayscale: #8E8E8E. Windows color (decimal): -12472643 or 12430913. OLE color: 12430913.

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

Color convert

RGB65174189-
CMYK0.660.0800.26
HSL187.26º48.82%49.8%-
HSV(B)187.26º65.61%74.12%-
XYZ26.535.0753.52-
YUV143.12153.8972.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=15.19%
G=40.65%
B=44.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651741890.660.0800.26187.2648.8249.8
Hex41AEBD42801Abb3132
Octal101256275102100322736162
Binary100000110101110101111011000010100001101010111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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