#449FC1

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

Shades of Viking #449FC1

Tints of Viking #449FC1

Color information

#449FC1 (or 0x449FC1) is unknown color: approx Viking. HEX triplet: 44, 9F and C1. RGB value is (68,159,193). Sum of RGB (Red+Green+Blue) = 68+159+193=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #449FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449FC1 is #BB603E. Grayscale: #878787. Windows color (decimal): -12279871 or 12689220. OLE color: 12689220.

HSL color Cylindrical-coordinate representation of color #449FC1: hue angle of 196.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #449FC1 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68159193-
CMYK0.650.1800.24
HSL196.32º50.2%51.18%-
HSV(B)196.32º64.77%75.69%-
XYZ24.4129.8854.93-
YUV135.67160.3579.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.19%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 193 (75.78% from 255) = 45.95%
R=16.19%
G=37.86%
B=45.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681591930.650.1800.24196.3250.251.18
Hex449FC14112018c43233
Octal104237301101220303046263
Binary1000100100111111100000110000011001001100011000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449FC1; }

 p { color: rgb(68,159,193); }

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

<style>
 a { background-color: #449FC1; }

 a { background-color: rgb(68,159,193); }

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

<style>
 span { border-color: #449FC1; }

 span { border-color: rgb(68,159,193); }

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