#41ACCA

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

Shades of Viking #41ACCA

Tints of Viking #41ACCA

Color information

#41ACCA (or 0x41ACCA) is unknown color: approx Viking. HEX triplet: 41, AC and CA. RGB value is (65,172,202). Sum of RGB (Red+Green+Blue) = 65+172+202=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #41ACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACCA is #BE5335. Grayscale: #8F8F8F. Windows color (decimal): -12473142 or 13282369. OLE color: 13282369.

HSL color Cylindrical-coordinate representation of color #41ACCA: hue angle of 193.14º 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 #41ACCA is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65172202-
CMYK0.680.1500.21
HSL193.14º56.38%52.35%-
HSV(B)193.14º67.82%79.22%-
XYZ27.5934.8961.16-
YUV143.43161.0572.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.81%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=14.81%
G=39.18%
B=46.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651722020.680.1500.21193.1456.3852.35
Hex41ACCA44F015c13834
Octal101254312104170253017064
Binary100000110101100110010101000100111101010111000001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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