Html Css Color HEX #49BCCD Viking

📋 copy color: '#49BCCD'

red 73 ◦ green 188 ◦ blue 205

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

Shades of Viking #49BCCD

Tints of Viking #49BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.34%

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

R = 15.67%
G = 40.34%
B = 43.99%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49BCCD (or 0x49BCCD) is known color: Viking. HEX triplet: 49, BC and CD. RGB value is (73,188,205). Sum of RGB (Red+Green+Blue) = 73+188+205=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #49BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCCD is #B64332. Grayscale: #9B9B9B. Windows color (decimal): -11944755 or 13483081. OLE color: 13483081.

HSL color Cylindrical-coordinate representation of color #49BCCD: hue angle of 187.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 #49BCCD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 188 205 -
CMYK 0.64 0.08 0 0.20
HSL 187.73º 0.57% 0.55% -
HSV(B) 187.73º 0.64% 0.8% -
XYZ 31.75 41.79 64.15 -
YUV 155.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 73 188 205 0.64 0.08 0 0.20 187.73 0.57 0.55
Hex 49 BC CD 40 8 0 14 BC 39 37
Octal 111 274 315 100 10 0 24 274 71 67
Binary 1001001 10111100 11001101 1000000 1000 0 10100 10111100 111001 110111

Color Harmonies of #49BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCCD

Black with #49BCCD

Text Example


Text Example

White with #49BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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