#44A7CB

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

Shades of Viking #44A7CB

Tints of Viking #44A7CB

Color information

#44A7CB (or 0x44A7CB) is unknown color: approx Viking. HEX triplet: 44, A7 and CB. RGB value is (68,167,203). Sum of RGB (Red+Green+Blue) = 68+167+203=438 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.53% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #44A7CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44A7CB is #BB5834. Grayscale: #8D8D8D. Windows color (decimal): -12277813 or 13346628. OLE color: 13346628.

HSL color Cylindrical-coordinate representation of color #44A7CB: hue angle of 196º degrees, saturation: 0.56, 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 #44A7CB is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68167203-
CMYK0.670.1800.20
HSL196º56.49%53.14%-
HSV(B)196º66.5%79.61%-
XYZ26.9833.1861.48-
YUV141.5162.775.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.53%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=15.53%
G=38.13%
B=46.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681672030.670.1800.2019656.4953.14
Hex44A7CB4312014c43835
Octal104247313103220243047065
Binary1000100101001111100101110000111001001010011000100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,167,203); }

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

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

 a { background-color: rgb(68,167,203); }

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

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

 span { border-color: rgb(68,167,203); }

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