#489FBC

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

Shades of Viking #489FBC

Tints of Viking #489FBC

Color information

#489FBC (or 0x489FBC) is unknown color: approx Viking. HEX triplet: 48, 9F and BC. RGB value is (72,159,188). Sum of RGB (Red+Green+Blue) = 72+159+188=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #489FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FBC is #B76043. Grayscale: #888888. Windows color (decimal): -12017732 or 12361544. OLE color: 12361544.

HSL color Cylindrical-coordinate representation of color #489FBC: hue angle of 195º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #489FBC is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72159188-
CMYK0.620.1500.26
HSL195º46.4%50.98%-
HSV(B)195º61.7%73.73%-
XYZ24.1529.852.06-
YUV136.29157.1882.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 159 (62.5% from 255) = 37.95%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=17.18%
G=37.95%
B=44.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721591880.620.1500.2619546.450.98
Hex489FBC3EF01Ac32e33
Octal11023727476170323035663
Binary10010001001111110111100111110111101101011000011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489FBC; }

 p { color: rgb(72,159,188); }

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

<style>
 a { background-color: #489FBC; }

 a { background-color: rgb(72,159,188); }

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

<style>
 span { border-color: #489FBC; }

 span { border-color: rgb(72,159,188); }

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