#44A5BC

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

Shades of Viking #44A5BC

Tints of Viking #44A5BC

Color information

#44A5BC (or 0x44A5BC) is unknown color: approx Viking. HEX triplet: 44, A5 and BC. RGB value is (68,165,188). Sum of RGB (Red+Green+Blue) = 68+165+188=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #44A5BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A5BC is #BB5A43. Grayscale: #8A8A8A. Windows color (decimal): -12278340 or 12363076. OLE color: 12363076.

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

Color convert

RGB68165188-
CMYK0.640.1200.26
HSL191.5º47.24%50.2%-
HSV(B)191.5º63.83%73.73%-
XYZ24.9231.7752.4-
YUV138.62155.8677.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.15%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=16.15%
G=39.19%
B=44.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681651880.640.1200.26191.547.2450.2
Hex44A5BC40C01Ac02f32
Octal104245274100140323005762
Binary100010010100101101111001000000110001101011000000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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