#41A8C1

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

Shades of Viking #41A8C1

Tints of Viking #41A8C1

Color information

#41A8C1 (or 0x41A8C1) is unknown color: approx Viking. HEX triplet: 41, A8 and C1. RGB value is (65,168,193). Sum of RGB (Red+Green+Blue) = 65+168+193=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #41A8C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A8C1 is #BE573E. Grayscale: #8B8B8B. Windows color (decimal): -12474175 or 12691521. OLE color: 12691521.

HSL color Cylindrical-coordinate representation of color #41A8C1: hue angle of 191.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41A8C1 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65168193-
CMYK0.660.1300.24
HSL191.72º50.79%50.59%-
HSV(B)191.72º66.32%75.69%-
XYZ25.8132.9855.46-
YUV140.05157.8874.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.26%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 193 (75.78% from 255) = 45.31%
R=15.26%
G=39.44%
B=45.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651681930.660.1300.24191.7250.7950.59
Hex41A8C142D018c03333
Octal101250301102150303006363
Binary100000110101000110000011000010110101100011000000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,168,193); }

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

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

 a { background-color: rgb(65,168,193); }

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

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

 span { border-color: rgb(65,168,193); }

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