#44A5CC

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

Shades of Viking #44A5CC

Tints of Viking #44A5CC

Color information

#44A5CC (or 0x44A5CC) is unknown color: approx Viking. HEX triplet: 44, A5 and CC. RGB value is (68,165,204). Sum of RGB (Red+Green+Blue) = 68+165+204=437 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.56% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #44A5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A5CC is #BB5A33. Grayscale: #8C8C8C. Windows color (decimal): -12278324 or 13411652. OLE color: 13411652.

HSL color Cylindrical-coordinate representation of color #44A5CC: hue angle of 197.21º 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 #44A5CC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68165204-
CMYK0.670.1900.2
HSL197.21º57.14%53.33%-
HSV(B)197.21º66.67%80%-
XYZ26.7432.561.99-
YUV140.44163.8676.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.56%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=15.56%
G=37.76%
B=46.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681652040.670.1900.2197.2157.1453.33
Hex44A5CC4313014c53935
Octal104245314103230243057165
Binary1000100101001011100110010000111001101010011000101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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