Html Css Color HEX #4DAFC6 Viking

📋 copy color: '#4DAFC6'

red 77 ◦ green 175 ◦ blue 198

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

Shades of Viking #4DAFC6

Tints of Viking #4DAFC6

RGB

 RED value IS 77 (30.47% from 255) = 17.11%

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

 BLUE value IS 198 (77.73% from 255) = 44%

R = 17.11%
G = 38.89%
B = 44%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4DAFC6 (or 0x4DAFC6) is known color: Viking. HEX triplet: 4D, AF and C6. RGB value is (77,175,198). Sum of RGB (Red+Green+Blue) = 77+175+198=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #4DAFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFC6 is #B25039. Grayscale: #949494. Windows color (decimal): -11685946 or 13021005. OLE color: 13021005.

HSL color Cylindrical-coordinate representation of color #4DAFC6: hue angle of 191.4º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DAFC6 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 175 198 -
CMYK 0.61 0.12 0 0.22
HSL 191.41º 0.51% 0.54% -
HSV(B) 191.41º 0.61% 0.78% -
XYZ 28.58 36.31 58.93 -
YUV 148.32 156.03 77.13 -
System Red Green Blue C M Y K H S L
Decimal 77 175 198 0.61 0.12 0 0.22 191.41 0.51 0.54
Hex 4D AF C6 3D C 0 16 BF 33 36
Octal 115 257 306 75 14 0 26 277 63 66
Binary 1001101 10101111 11000110 111101 1100 0 10110 10111111 110011 110110

Color Harmonies of #4DAFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFC6

Black with #4DAFC6

Text Example


Text Example

White with #4DAFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DAFC6; }

 p { color: rgb(77,175,198); }

 H1.HeaderClassName
 {
   color: #4DAFC6;
 }
 .AnyTagClassName
 {
   color: #4DAFC6;
 }
</style>

background-color css

<style>
 a { background-color: #4DAFC6; }

 a { background-color: rgb(77,175,198); }

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

border-color css

<style>
 span { border-color: #4DAFC6; }

 span { border-color: rgb(77,175,198); }

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