Html Css Color HEX #49AEBC Viking

📋 copy color: '#49AEBC'

red 73 ◦ green 174 ◦ blue 188

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

Shades of Viking #49AEBC

Tints of Viking #49AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 16.78%
G = 40%
B = 43.22%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49AEBC (or 0x49AEBC) is known color: Viking. HEX triplet: 49, AE and BC. RGB value is (73,174,188). Sum of RGB (Red+Green+Blue) = 73+174+188=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #49AEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AEBC is #B65143. Grayscale: #919191. Windows color (decimal): -11948356 or 12365385. OLE color: 12365385.

HSL color Cylindrical-coordinate representation of color #49AEBC: hue angle of 187.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AEBC is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 174 188 -
CMYK 0.61 0.07 0 0.26
HSL 187.3º 0.46% 0.51% -
HSV(B) 187.3º 0.61% 0.74% -
XYZ 26.96 35.32 52.97 -
YUV 145.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 73 174 188 0.61 0.07 0 0.26 187.3 0.46 0.51
Hex 49 AE BC 3D 7 0 1A BB 2E 33
Octal 111 256 274 75 7 0 32 273 56 63
Binary 1001001 10101110 10111100 111101 111 0 11010 10111011 101110 110011

Color Harmonies of #49AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AEBC

Black with #49AEBC

Text Example


Text Example

White with #49AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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