Html Css Color HEX #489DBF Viking

📋 copy color: '#489DBF'

red 72 ◦ green 157 ◦ blue 191

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

Shades of Viking #489DBF

Tints of Viking #489DBF

RGB

 RED value IS 72 (28.52% from 255) = 17.14%

 GREEN value IS 157 (61.72% from 255) = 37.38%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 17.14%
G = 37.38%
B = 45.48%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#489DBF (or 0x489DBF) is known color: Viking. HEX triplet: 48, 9D and BF. RGB value is (72,157,191). Sum of RGB (Red+Green+Blue) = 72+157+191=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #489DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489DBF is #B76240. Grayscale: #878787. Windows color (decimal): -12018241 or 12557640. OLE color: 12557640.

HSL color Cylindrical-coordinate representation of color #489DBF: hue angle of 197.14º degrees, saturation: 0.48, 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 #489DBF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 157 191 -
CMYK 0.62 0.18 0 0.25
HSL 197.14º 0.48% 0.52% -
HSV(B) 197.14º 0.62% 0.75% -
XYZ 24.13 29.25 53.66 -
YUV 135.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 72 157 191 0.62 0.18 0 0.25 197.14 0.48 0.52
Hex 48 9D BF 3E 12 0 19 C5 30 34
Octal 110 235 277 76 22 0 31 305 60 64
Binary 1001000 10011101 10111111 111110 10010 0 11001 11000101 110000 110100

Color Harmonies of #489DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DBF

Black with #489DBF

Text Example


Text Example

White with #489DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,157,191); }

 H1.HeaderClassName
 {
   color: #489DBF;
 }
 .AnyTagClassName
 {
   color: #489DBF;
 }
</style>

background-color css

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

 a { background-color: rgb(72,157,191); }

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

border-color css

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

 span { border-color: rgb(72,157,191); }

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