#44A2C6

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

Shades of Viking #44A2C6

Tints of Viking #44A2C6

Color information

#44A2C6 (or 0x44A2C6) is unknown color: approx Viking. HEX triplet: 44, A2 and C6. RGB value is (68,162,198). Sum of RGB (Red+Green+Blue) = 68+162+198=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #44A2C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A2C6 is #BB5D39. Grayscale: #898989. Windows color (decimal): -12279098 or 13017668. OLE color: 13017668.

HSL color Cylindrical-coordinate representation of color #44A2C6: hue angle of 196.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44A2C6 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB68162198-
CMYK0.660.1800.22
HSL196.62º53.28%52.16%-
HSV(B)196.62º65.66%77.65%-
XYZ25.531.1558.09-
YUV138161.8678.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.89%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=15.89%
G=37.85%
B=46.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681621980.660.1800.22196.6253.2852.16
Hex44A2C64212016c53534
Octal104242306102220263056564
Binary1000100101000101100011010000101001001011011000101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,198); }

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

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

 a { background-color: rgb(68,162,198); }

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

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

 span { border-color: rgb(68,162,198); }

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