Html Css Color HEX #49BCCF Viking

📋 copy color: '#49BCCF'

red 73 ◦ green 188 ◦ blue 207

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

Shades of Viking #49BCCF

Tints of Viking #49BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 15.6%
G = 40.17%
B = 44.23%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49BCCF (or 0x49BCCF) is known color: Viking. HEX triplet: 49, BC and CF. RGB value is (73,188,207). Sum of RGB (Red+Green+Blue) = 73+188+207=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #49BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCCF is #B64330. Grayscale: #9B9B9B. Windows color (decimal): -11944753 or 13614153. OLE color: 13614153.

HSL color Cylindrical-coordinate representation of color #49BCCF: hue angle of 188.51º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BCCF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 188 207 -
CMYK 0.65 0.09 0 0.19
HSL 188.51º 0.58% 0.55% -
HSV(B) 188.51º 0.65% 0.81% -
XYZ 31.99 41.89 65.43 -
YUV 155.78 156.9 68.96 -
System Red Green Blue C M Y K H S L
Decimal 73 188 207 0.65 0.09 0 0.19 188.51 0.58 0.55
Hex 49 BC CF 41 9 0 13 BD 3A 37
Octal 111 274 317 101 11 0 23 275 72 67
Binary 1001001 10111100 11001111 1000001 1001 0 10011 10111101 111010 110111

Color Harmonies of #49BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCCF

Black with #49BCCF

Text Example


Text Example

White with #49BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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