#44B3D4

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

Shades of Viking #44B3D4

Tints of Viking #44B3D4

Color information

#44B3D4 (or 0x44B3D4) is unknown color: approx Viking. HEX triplet: 44, B3 and D4. RGB value is (68,179,212). Sum of RGB (Red+Green+Blue) = 68+179+212=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #44B3D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B3D4 is #BB4C2B. Grayscale: #959595. Windows color (decimal): -12274732 or 13939524. OLE color: 13939524.

HSL color Cylindrical-coordinate representation of color #44B3D4: hue angle of 193.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44B3D4 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB68179212-
CMYK0.680.1600.17
HSL193.75º62.61%54.9%-
HSV(B)193.75º67.92%83.14%-
XYZ30.3938.2268.06-
YUV149.57163.2369.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.81%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 212 (83.20% from 255) = 46.19%
R=14.81%
G=39.00%
B=46.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal681792120.680.1600.17193.7562.6154.9
Hex44B3D44410011c23f37
Octal104263324104200213027767
Binary1000100101100111101010010001001000001000111000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,179,212); }

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

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

 a { background-color: rgb(68,179,212); }

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

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

 span { border-color: rgb(68,179,212); }

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