Html Css Color HEX #4DADBA Viking

📋 copy color: '#4DADBA'

red 77 ◦ green 173 ◦ blue 186

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

Shades of Viking #4DADBA

Tints of Viking #4DADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 17.66%
G = 39.68%
B = 42.66%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4DADBA (or 0x4DADBA) is known color: Viking. HEX triplet: 4D, AD and BA. RGB value is (77,173,186). Sum of RGB (Red+Green+Blue) = 77+173+186=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #4DADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADBA is #B25245. Grayscale: #919191. Windows color (decimal): -11686470 or 12234061. OLE color: 12234061.

HSL color Cylindrical-coordinate representation of color #4DADBA: hue angle of 187.16º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DADBA is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 173 186 -
CMYK 0.59 0.07 0 0.27
HSL 187.16º 0.44% 0.52% -
HSV(B) 187.16º 0.59% 0.73% -
XYZ 26.87 35.01 51.8 -
YUV 145.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 77 173 186 0.59 0.07 0 0.27 187.16 0.44 0.52
Hex 4D AD BA 3B 7 0 1B BB 2C 34
Octal 115 255 272 73 7 0 33 273 54 64
Binary 1001101 10101101 10111010 111011 111 0 11011 10111011 101100 110100

Color Harmonies of #4DADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DADBA

Black with #4DADBA

Text Example


Text Example

White with #4DADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,173,186); }

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

background-color css

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

 a { background-color: rgb(77,173,186); }

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

border-color css

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

 span { border-color: rgb(77,173,186); }

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