Html Css Color HEX #49BCD4 Viking

📋 copy color: '#49BCD4'

red 73 ◦ green 188 ◦ blue 212

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

Shades of Viking #49BCD4

Tints of Viking #49BCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.82%

R = 15.43%
G = 39.75%
B = 44.82%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#49BCD4 (or 0x49BCD4) is known color: Viking. HEX triplet: 49, BC and D4. RGB value is (73,188,212). Sum of RGB (Red+Green+Blue) = 73+188+212=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #49BCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCD4 is #B6432B. Grayscale: #9C9C9C. Windows color (decimal): -11944748 or 13941833. OLE color: 13941833.

HSL color Cylindrical-coordinate representation of color #49BCD4: hue angle of 190.36º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49BCD4 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 188 212 -
CMYK 0.66 0.11 0 0.17
HSL 190.36º 0.62% 0.56% -
HSV(B) 190.36º 0.66% 0.83% -
XYZ 32.61 42.14 68.7 -
YUV 156.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 73 188 212 0.66 0.11 0 0.17 190.36 0.62 0.56
Hex 49 BC D4 42 B 0 11 BE 3E 38
Octal 111 274 324 102 13 0 21 276 76 70
Binary 1001001 10111100 11010100 1000010 1011 0 10001 10111110 111110 111000

Color Harmonies of #49BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCD4

Black with #49BCD4

Text Example


Text Example

White with #49BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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