Html Css Color HEX #4DABC6 Viking

📋 copy color: '#4DABC6'

red 77 ◦ green 171 ◦ blue 198

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

Shades of Viking #4DABC6

Tints of Viking #4DABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

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

R = 17.26%
G = 38.34%
B = 44.39%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4DABC6 (or 0x4DABC6) is known color: Viking. HEX triplet: 4D, AB and C6. RGB value is (77,171,198). Sum of RGB (Red+Green+Blue) = 77+171+198=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #4DABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABC6 is #B25439. Grayscale: #919191. Windows color (decimal): -11686970 or 13019981. OLE color: 13019981.

HSL color Cylindrical-coordinate representation of color #4DABC6: hue angle of 193.39º 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 #4DABC6 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 77 171 198 -
CMYK 0.61 0.14 0 0.22
HSL 193.39º 0.51% 0.54% -
HSV(B) 193.39º 0.61% 0.78% -
XYZ 27.82 34.78 58.67 -
YUV 145.97 157.36 78.8 -
System Red Green Blue C M Y K H S L
Decimal 77 171 198 0.61 0.14 0 0.22 193.39 0.51 0.54
Hex 4D AB C6 3D E 0 16 C1 33 36
Octal 115 253 306 75 16 0 26 301 63 66
Binary 1001101 10101011 11000110 111101 1110 0 10110 11000001 110011 110110

Color Harmonies of #4DABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABC6

Black with #4DABC6

Text Example


Text Example

White with #4DABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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