#41ADCA

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

Shades of Viking #41ADCA

Tints of Viking #41ADCA

Color information

#41ADCA (or 0x41ADCA) is unknown color: approx Viking. HEX triplet: 41, AD and CA. RGB value is (65,173,202). Sum of RGB (Red+Green+Blue) = 65+173+202=440 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.77% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #41ADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ADCA is #BE5235. Grayscale: #8F8F8F. Windows color (decimal): -12472886 or 13282625. OLE color: 13282625.

HSL color Cylindrical-coordinate representation of color #41ADCA: hue angle of 192.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41ADCA is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65173202-
CMYK0.680.1400.21
HSL192.7º56.38%52.35%-
HSV(B)192.7º67.82%79.22%-
XYZ27.7835.2861.22-
YUV144.01160.7271.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.77%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=14.77%
G=39.32%
B=45.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651732020.680.1400.21192.756.3852.35
Hex41ADCA44E015c13834
Octal101255312104160253017064
Binary100000110101101110010101000100111001010111000001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,173,202); }

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

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

 a { background-color: rgb(65,173,202); }

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

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

 span { border-color: rgb(65,173,202); }

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