Html Css Color HEX #49AFCF Viking

📋 copy color: '#49AFCF'

red 73 ◦ green 175 ◦ blue 207

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

Shades of Viking #49AFCF

Tints of Viking #49AFCF

RGB

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

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

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

R = 16.04%
G = 38.46%
B = 45.49%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#49AFCF (or 0x49AFCF) is known color: Viking. HEX triplet: 49, AF and CF. RGB value is (73,175,207). Sum of RGB (Red+Green+Blue) = 73+175+207=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #49AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AFCF is #B65030. Grayscale: #939393. Windows color (decimal): -11948081 or 13610825. OLE color: 13610825.

HSL color Cylindrical-coordinate representation of color #49AFCF: hue angle of 194.33º 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 #49AFCF is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 175 207 -
CMYK 0.65 0.15 0 0.19
HSL 194.33º 0.58% 0.55% -
HSV(B) 194.33º 0.65% 0.81% -
XYZ 29.34 36.58 64.55 -
YUV 148.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 73 175 207 0.65 0.15 0 0.19 194.33 0.58 0.55
Hex 49 AF CF 41 F 0 13 C2 3A 37
Octal 111 257 317 101 17 0 23 302 72 67
Binary 1001001 10101111 11001111 1000001 1111 0 10011 11000010 111010 110111

Color Harmonies of #49AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AFCF

Black with #49AFCF

Text Example


Text Example

White with #49AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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