Html Css Color HEX #489FBC Viking

📋 copy color: '#489FBC'

red 72 ◦ green 159 ◦ blue 188

#489FBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #489FBC

Tints of Viking #489FBC

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 value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#489FBC (or 0x489FBC) is known color: 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

RGB 72 159 188 -
CMYK 0.62 0.15 0 0.26
HSL 195º 0.46% 0.51% -
HSV(B) 195º 0.62% 0.74% -
XYZ 24.15 29.8 52.06 -
YUV 136.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 72 159 188 0.62 0.15 0 0.26 195 0.46 0.51
Hex 48 9F BC 3E F 0 1A C3 2E 33
Octal 110 237 274 76 17 0 32 303 56 63
Binary 1001000 10011111 10111100 111110 1111 0 11010 11000011 101110 110011

Color Harmonies of #489FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489FBC

Black with #489FBC

Text Example


Text Example

White with #489FBC

Text Example


Text Example

HTML Codes & Css Web 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>