#489EBD

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

Shades of Viking #489EBD

Tints of Viking #489EBD

Color information

#489EBD (or 0x489EBD) is unknown color: approx Viking. HEX triplet: 48, 9E and BD. RGB value is (72,158,189). Sum of RGB (Red+Green+Blue) = 72+158+189=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #489EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EBD is #B76142. Grayscale: #878787. Windows color (decimal): -12017987 or 12426824. OLE color: 12426824.

HSL color Cylindrical-coordinate representation of color #489EBD: hue angle of 195.9º degrees, saturation: 0.47, 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 #489EBD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72158189-
CMYK0.620.1600.26
HSL195.9º46.99%51.18%-
HSV(B)195.9º61.9%74.12%-
XYZ24.0829.5152.57-
YUV135.82158.0182.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=17.18%
G=37.71%
B=45.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721581890.620.1600.26195.946.9951.18
Hex489EBD3E1001Ac42f33
Octal11023627576200323045763
Binary100100010011110101111011111101000001101011000100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,158,189); }

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

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

 a { background-color: rgb(72,158,189); }

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

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

 span { border-color: rgb(72,158,189); }

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