#41a1cd

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

Shades of Viking #41A1CD

Tints of Viking #41A1CD

Color information

#41A1CD (or 0x41A1CD) is unknown color: approx Viking. HEX triplet: 41, A1 and CD. RGB value is (65,161,205). Sum of RGB (Red+Green+Blue) = 65+161+205=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #41A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A1CD is #BE5E32. Grayscale: #898989. Windows color (decimal): -12475955 or 13476161. OLE color: 13476161.

HSL color Cylindrical-coordinate representation of color #41A1CD: hue angle of 198.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41A1CD is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB65161205-
CMYK0.680.2100.20
HSL198.86º58.33%52.94%-
HSV(B)198.86º68.29%80.39%-
XYZ25.9431.0262.38-
YUV137.31166.276.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.08%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=15.08%
G=37.35%
B=47.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651612050.680.2100.20198.8658.3352.94
Hex41A1CD4415014c73a35
Octal101241315104250243077265
Binary1000001101000011100110110001001010101010011000111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41a1cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,161,205); }

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

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

 a { background-color: rgb(65,161,205); }

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

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

 span { border-color: rgb(65,161,205); }

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