#44A4CC

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

Shades of Viking #44A4CC

Tints of Viking #44A4CC

Color information

#44A4CC (or 0x44A4CC) is unknown color: approx Viking. HEX triplet: 44, A4 and CC. RGB value is (68,164,204). Sum of RGB (Red+Green+Blue) = 68+164+204=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #44A4CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A4CC is #BB5B33. Grayscale: #8B8B8B. Windows color (decimal): -12278580 or 13411396. OLE color: 13411396.

HSL color Cylindrical-coordinate representation of color #44A4CC: hue angle of 197.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44A4CC is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68164204-
CMYK0.670.2000.2
HSL197.65º57.14%53.33%-
HSV(B)197.65º66.67%80%-
XYZ26.5632.1461.93-
YUV139.86164.276.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.60%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=15.60%
G=37.61%
B=46.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681642040.670.2000.2197.6557.1453.33
Hex44A4CC4314014c63935
Octal104244314103240243067165
Binary1000100101001001100110010000111010001010011000110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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