#41AFB8

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

Shades of Viking #41AFB8

Tints of Viking #41AFB8

Color information

#41AFB8 (or 0x41AFB8) is unknown color: approx Viking. HEX triplet: 41, AF and B8. RGB value is (65,175,184). Sum of RGB (Red+Green+Blue) = 65+175+184=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #41AFB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AFB8 is #BE5047. Grayscale: #8E8E8E. Windows color (decimal): -12472392 or 12103489. OLE color: 12103489.

HSL color Cylindrical-coordinate representation of color #41AFB8: hue angle of 184.54º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41AFB8 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB65175184-
CMYK0.650.0500.28
HSL184.54º47.79%48.82%-
HSV(B)184.54º64.67%72.16%-
XYZ26.1635.2450.77-
YUV143.14151.0672.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.33%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 184 (72.27% from 255) = 43.40%
R=15.33%
G=41.27%
B=43.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal651751840.650.0500.28184.5447.7948.82
Hex41AFB841501Cb93031
Octal10125727010150342716061
Binary10000011010111110111000100000110101110010111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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