#489FC7

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

Shades of Viking #489FC7

Tints of Viking #489FC7

Color information

#489FC7 (or 0x489FC7) is unknown color: approx Viking. HEX triplet: 48, 9F and C7. RGB value is (72,159,199). Sum of RGB (Red+Green+Blue) = 72+159+199=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #489FC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489FC7 is #B76038. Grayscale: #898989. Windows color (decimal): -12017721 or 13082440. OLE color: 13082440.

HSL color Cylindrical-coordinate representation of color #489FC7: hue angle of 198.9º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #489FC7 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB72159199-
CMYK0.640.2000.22
HSL198.9º53.14%53.14%-
HSV(B)198.9º63.82%78.04%-
XYZ25.3830.358.54-
YUV137.55162.6881.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.74%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=16.74%
G=36.98%
B=46.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal721591990.640.2000.22198.953.1453.14
Hex489FC74014016c73535
Octal110237307100240263076565
Binary1001000100111111100011110000001010001011011000111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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