Html Css Color HEX #49AFCA Viking

📋 copy color: '#49AFCA'

red 73 ◦ green 175 ◦ blue 202

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

Shades of Viking #49AFCA

Tints of Viking #49AFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 16.22%
G = 38.89%
B = 44.89%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#49AFCA (or 0x49AFCA) is known color: Viking. HEX triplet: 49, AF and CA. RGB value is (73,175,202). Sum of RGB (Red+Green+Blue) = 73+175+202=450 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #49AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFCA is #B65035. Grayscale: #939393. Windows color (decimal): -11948086 or 13283145. OLE color: 13283145.

HSL color Cylindrical-coordinate representation of color #49AFCA: hue angle of 192.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49AFCA is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 175 202 -
CMYK 0.64 0.13 0 0.21
HSL 192.56º 0.55% 0.54% -
HSV(B) 192.56º 0.64% 0.79% -
XYZ 28.74 36.34 61.38 -
YUV 147.58 158.71 74.8 -
System Red Green Blue C M Y K H S L
Decimal 73 175 202 0.64 0.13 0 0.21 192.56 0.55 0.54
Hex 49 AF CA 40 D 0 15 C1 37 36
Octal 111 257 312 100 15 0 25 301 67 66
Binary 1001001 10101111 11001010 1000000 1101 0 10101 11000001 110111 110110

Color Harmonies of #49AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFCA

Black with #49AFCA

Text Example


Text Example

White with #49AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,202); }

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

background-color css

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

 a { background-color: rgb(73,175,202); }

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

border-color css

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

 span { border-color: rgb(73,175,202); }

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