#449EBF

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

Shades of Viking #449EBF

Tints of Viking #449EBF

Color information

#449EBF (or 0x449EBF) is unknown color: approx Viking. HEX triplet: 44, 9E and BF. RGB value is (68,158,191). Sum of RGB (Red+Green+Blue) = 68+158+191=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #449EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EBF is #BB6140. Grayscale: #868686. Windows color (decimal): -12280129 or 12557892. OLE color: 12557892.

HSL color Cylindrical-coordinate representation of color #449EBF: hue angle of 196.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #449EBF is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68158191-
CMYK0.640.1700.25
HSL196.1º49%50.78%-
HSV(B)196.1º64.4%74.9%-
XYZ24.0129.4453.71-
YUV134.85159.6880.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.31%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 191 (75% from 255) = 45.80%
R=16.31%
G=37.89%
B=45.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681581910.640.1700.25196.14950.78
Hex449EBF4011019c43133
Octal104236277100210313046163
Binary1000100100111101011111110000001000101100111000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,158,191); }

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

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

 a { background-color: rgb(68,158,191); }

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

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

 span { border-color: rgb(68,158,191); }

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