#41AFC1

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

Shades of Viking #41AFC1

Tints of Viking #41AFC1

Color information

#41AFC1 (or 0x41AFC1) is unknown color: approx Viking. HEX triplet: 41, AF and C1. RGB value is (65,175,193). Sum of RGB (Red+Green+Blue) = 65+175+193=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #41AFC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFC1 is #BE503E. Grayscale: #8F8F8F. Windows color (decimal): -12472383 or 12693313. OLE color: 12693313.

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

Color convert

RGB65175193-
CMYK0.660.0900.24
HSL188.44º50.79%50.59%-
HSV(B)188.44º66.32%75.69%-
XYZ27.1435.6355.9-
YUV144.16155.5671.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.01%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 193 (75.78% from 255) = 44.57%
R=15.01%
G=40.42%
B=44.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651751930.660.0900.24188.4450.7950.59
Hex41AFC1429018bc3333
Octal101257301102110302746363
Binary100000110101111110000011000010100101100010111100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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