Html Css Color HEX #49B1CD Viking

📋 copy color: '#49B1CD'

red 73 ◦ green 177 ◦ blue 205

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

Shades of Viking #49B1CD

Tints of Viking #49B1CD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

 BLUE value IS 205 (80.47% from 255) = 45.05%

R = 16.04%
G = 38.9%
B = 45.05%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49B1CD (or 0x49B1CD) is known color: Viking. HEX triplet: 49, B1 and CD. RGB value is (73,177,205). Sum of RGB (Red+Green+Blue) = 73+177+205=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #49B1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B1CD is #B64E32. Grayscale: #949494. Windows color (decimal): -11947571 or 13480265. OLE color: 13480265.

HSL color Cylindrical-coordinate representation of color #49B1CD: hue angle of 192.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49B1CD is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 177 205 -
CMYK 0.64 0.14 0 0.20
HSL 192.73º 0.57% 0.55% -
HSV(B) 192.73º 0.64% 0.8% -
XYZ 29.49 37.27 63.4 -
YUV 149.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 73 177 205 0.64 0.14 0 0.20 192.73 0.57 0.55
Hex 49 B1 CD 40 E 0 14 C1 39 37
Octal 111 261 315 100 16 0 24 301 71 67
Binary 1001001 10110001 11001101 1000000 1110 0 10100 11000001 111001 110111

Color Harmonies of #49B1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B1CD

Black with #49B1CD

Text Example


Text Example

White with #49B1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49B1CD; }

 p { color: rgb(73,177,205); }

 H1.HeaderClassName
 {
   color: #49B1CD;
 }
 .AnyTagClassName
 {
   color: #49B1CD;
 }
</style>

background-color css

<style>
 a { background-color: #49B1CD; }

 a { background-color: rgb(73,177,205); }

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

border-color css

<style>
 span { border-color: #49B1CD; }

 span { border-color: rgb(73,177,205); }

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