#41A4C7

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

Shades of Viking #41A4C7

Tints of Viking #41A4C7

Color information

#41A4C7 (or 0x41A4C7) is unknown color: approx Viking. HEX triplet: 41, A4 and C7. RGB value is (65,164,199). Sum of RGB (Red+Green+Blue) = 65+164+199=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #41A4C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A4C7 is #BE5B38. Grayscale: #8A8A8A. Windows color (decimal): -12475193 or 13083713. OLE color: 13083713.

HSL color Cylindrical-coordinate representation of color #41A4C7: hue angle of 195.67º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41A4C7 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65164199-
CMYK0.670.1800.22
HSL195.67º54.47%51.76%-
HSV(B)195.67º67.34%78.04%-
XYZ25.7631.858.81-
YUV138.39162.275.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 199 (78.12% from 255) = 46.50%
R=15.19%
G=38.32%
B=46.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651641990.670.1800.22195.6754.4751.76
Hex41A4C74312016c43634
Octal101244307103220263046664
Binary1000001101001001100011110000111001001011011000100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,164,199); }

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

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

 a { background-color: rgb(65,164,199); }

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

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

 span { border-color: rgb(65,164,199); }

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