#41ACCF

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

Shades of Viking #41ACCF

Tints of Viking #41ACCF

Color information

#41ACCF (or 0x41ACCF) is unknown color: approx Viking. HEX triplet: 41, AC and CF. RGB value is (65,172,207). Sum of RGB (Red+Green+Blue) = 65+172+207=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #41ACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACCF is #BE5330. Grayscale: #8F8F8F. Windows color (decimal): -12473137 or 13610049. OLE color: 13610049.

HSL color Cylindrical-coordinate representation of color #41ACCF: hue angle of 194.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41ACCF is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65172207-
CMYK0.690.1700.19
HSL194.79º59.66%53.33%-
HSV(B)194.79º68.6%81.18%-
XYZ28.1935.1364.33-
YUV144163.5571.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.64%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=14.64%
G=38.74%
B=46.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651722070.690.1700.19194.7959.6653.33
Hex41ACCF4511013c33c35
Octal101254317105210233037465
Binary1000001101011001100111110001011000101001111000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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