#44A4BB

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

Shades of Viking #44A4BB

Tints of Viking #44A4BB

Color information

#44A4BB (or 0x44A4BB) is unknown color: approx Viking. HEX triplet: 44, A4 and BB. RGB value is (68,164,187). Sum of RGB (Red+Green+Blue) = 68+164+187=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #44A4BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A4BB is #BB5B44. Grayscale: #898989. Windows color (decimal): -12278597 or 12297284. OLE color: 12297284.

HSL color Cylindrical-coordinate representation of color #44A4BB: hue angle of 191.6º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44A4BB is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68164187-
CMYK0.640.1200.27
HSL191.6º46.67%50%-
HSV(B)191.6º63.64%73.33%-
XYZ24.6331.3751.77-
YUV137.92155.778.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.23%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=16.23%
G=39.14%
B=44.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681641870.640.1200.27191.646.6750
Hex44A4BB40C01Bc02f32
Octal104244273100140333005762
Binary100010010100100101110111000000110001101111000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,187); }

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

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

 a { background-color: rgb(68,164,187); }

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

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

 span { border-color: rgb(68,164,187); }

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