Html Css Color HEX #499DBE Viking

📋 copy color: '#499DBE'

red 73 ◦ green 157 ◦ blue 190

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

Shades of Viking #499DBE

Tints of Viking #499DBE

RGB

 RED value IS 73 (28.91% from 255) = 17.38%

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 17.38%
G = 37.38%
B = 45.24%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#499DBE (or 0x499DBE) is known color: Viking. HEX triplet: 49, 9D and BE. RGB value is (73,157,190). Sum of RGB (Red+Green+Blue) = 73+157+190=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #499DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DBE is #B66241. Grayscale: #878787. Windows color (decimal): -11952706 or 12492105. OLE color: 12492105.

HSL color Cylindrical-coordinate representation of color #499DBE: hue angle of 196.92º degrees, saturation: 0.47, 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 #499DBE is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 157 190 -
CMYK 0.62 0.17 0 0.25
HSL 196.92º 0.47% 0.52% -
HSV(B) 196.92º 0.62% 0.75% -
XYZ 24.1 29.25 53.09 -
YUV 135.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 73 157 190 0.62 0.17 0 0.25 196.92 0.47 0.52
Hex 49 9D BE 3E 11 0 19 C5 2F 34
Octal 111 235 276 76 21 0 31 305 57 64
Binary 1001001 10011101 10111110 111110 10001 0 11001 11000101 101111 110100

Color Harmonies of #499DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DBE

Black with #499DBE

Text Example


Text Example

White with #499DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499DBE; }

 p { color: rgb(73,157,190); }

 H1.HeaderClassName
 {
   color: #499DBE;
 }
 .AnyTagClassName
 {
   color: #499DBE;
 }
</style>

background-color css

<style>
 a { background-color: #499DBE; }

 a { background-color: rgb(73,157,190); }

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

border-color css

<style>
 span { border-color: #499DBE; }

 span { border-color: rgb(73,157,190); }

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