#44AFBE

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

Shades of Viking #44AFBE

Tints of Viking #44AFBE

Color information

#44AFBE (or 0x44AFBE) is unknown color: approx Viking. HEX triplet: 44, AF and BE. RGB value is (68,175,190). Sum of RGB (Red+Green+Blue) = 68+175+190=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #44AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44AFBE is #BB5041. Grayscale: #909090. Windows color (decimal): -12275778 or 12496708. OLE color: 12496708.

HSL color Cylindrical-coordinate representation of color #44AFBE: hue angle of 187.38º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44AFBE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68175190-
CMYK0.640.0800.25
HSL187.38º48.41%50.59%-
HSV(B)187.38º64.21%74.51%-
XYZ27.0135.6154.16-
YUV144.72153.5573.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.70%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=15.70%
G=40.42%
B=43.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681751900.640.0800.25187.3848.4150.59
Hex44AFBE408019bb3033
Octal104257276100100312736063
Binary100010010101111101111101000000100001100110111011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44AFBE; }

 p { color: rgb(68,175,190); }

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

<style>
 a { background-color: #44AFBE; }

 a { background-color: rgb(68,175,190); }

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

<style>
 span { border-color: #44AFBE; }

 span { border-color: rgb(68,175,190); }

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