#489CC0

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

Shades of Viking #489CC0

Tints of Viking #489CC0

Color information

#489CC0 (or 0x489CC0) is unknown color: approx Viking. HEX triplet: 48, 9C and C0. RGB value is (72,156,192). Sum of RGB (Red+Green+Blue) = 72+156+192=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #489CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CC0 is #B7633F. Grayscale: #868686. Windows color (decimal): -12018496 or 12622920. OLE color: 12622920.

HSL color Cylindrical-coordinate representation of color #489CC0: hue angle of 198º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #489CC0 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72156192-
CMYK0.630.1900.25
HSL198º48.78%51.76%-
HSV(B)198º62.5%75.29%-
XYZ24.0828.9654.19-
YUV134.99160.1783.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.14%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=17.14%
G=37.14%
B=45.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721561920.630.1900.2519848.7851.76
Hex489CC03F13019c63134
Octal11023430077230313066164
Binary100100010011100110000001111111001101100111000110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,156,192); }

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

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

 a { background-color: rgb(72,156,192); }

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

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

 span { border-color: rgb(72,156,192); }

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