#479DBF

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

Shades of Viking #479DBF

Tints of Viking #479DBF

Color information

#479DBF (or 0x479DBF) is unknown color: approx Viking. HEX triplet: 47, 9D and BF. RGB value is (71,157,191). Sum of RGB (Red+Green+Blue) = 71+157+191=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #479DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479DBF is #B86240. Grayscale: #868686. Windows color (decimal): -12083777 or 12557639. OLE color: 12557639.

HSL color Cylindrical-coordinate representation of color #479DBF: hue angle of 197º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #479DBF is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71157191-
CMYK0.630.1800.25
HSL197º48.39%51.37%-
HSV(B)197º62.83%74.9%-
XYZ24.0629.2253.66-
YUV135.16159.5182.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.95%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 191 (75% from 255) = 45.58%
R=16.95%
G=37.47%
B=45.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711571910.630.1800.2519748.3951.37
Hex479DBF3F12019c53033
Octal10723527777220313056063
Binary100011110011101101111111111111001001100111000101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479DBF; }

 p { color: rgb(71,157,191); }

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

<style>
 a { background-color: #479DBF; }

 a { background-color: rgb(71,157,191); }

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

<style>
 span { border-color: #479DBF; }

 span { border-color: rgb(71,157,191); }

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