Html Css Color HEX #49A4CB Viking

📋 copy color: '#49A4CB'

red 73 ◦ green 164 ◦ blue 203

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

Shades of Viking #49A4CB

Tints of Viking #49A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 16.59%
G = 37.27%
B = 46.14%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49A4CB (or 0x49A4CB) is known color: Viking. HEX triplet: 49, A4 and CB. RGB value is (73,164,203). Sum of RGB (Red+Green+Blue) = 73+164+203=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #49A4CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A4CB is #B65B34. Grayscale: #8C8C8C. Windows color (decimal): -11950901 or 13345865. OLE color: 13345865.

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

Color convert

RGB 73 164 203 -
CMYK 0.64 0.19 0 0.20
HSL 198º 0.56% 0.54% -
HSV(B) 198º 0.64% 0.8% -
XYZ 26.8 32.28 61.32 -
YUV 141.24 162.85 79.33 -
System Red Green Blue C M Y K H S L
Decimal 73 164 203 0.64 0.19 0 0.20 198 0.56 0.54
Hex 49 A4 CB 40 13 0 14 C6 38 36
Octal 111 244 313 100 23 0 24 306 70 66
Binary 1001001 10100100 11001011 1000000 10011 0 10100 11000110 111000 110110

Color Harmonies of #49A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A4CB

Black with #49A4CB

Text Example


Text Example

White with #49A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,164,203); }

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

background-color css

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

 a { background-color: rgb(73,164,203); }

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

border-color css

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

 span { border-color: rgb(73,164,203); }

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