Html Css Color HEX #4DADBF Viking

📋 copy color: '#4DADBF'

red 77 ◦ green 173 ◦ blue 191

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

Shades of Viking #4DADBF

Tints of Viking #4DADBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 17.46%
G = 39.23%
B = 43.31%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4DADBF (or 0x4DADBF) is known color: Viking. HEX triplet: 4D, AD and BF. RGB value is (77,173,191). Sum of RGB (Red+Green+Blue) = 77+173+191=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DADBF is #B25240. Grayscale: #929292. Windows color (decimal): -11686465 or 12561741. OLE color: 12561741.

HSL color Cylindrical-coordinate representation of color #4DADBF: hue angle of 189.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DADBF is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 173 191 -
CMYK 0.60 0.09 0 0.25
HSL 189.47º 0.47% 0.53% -
HSV(B) 189.47º 0.6% 0.75% -
XYZ 27.41 35.23 54.65 -
YUV 146.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 77 173 191 0.60 0.09 0 0.25 189.47 0.47 0.53
Hex 4D AD BF 3C 9 0 19 BD 2F 35
Octal 115 255 277 74 11 0 31 275 57 65
Binary 1001101 10101101 10111111 111100 1001 0 11001 10111101 101111 110101

Color Harmonies of #4DADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DADBF

Black with #4DADBF

Text Example


Text Example

White with #4DADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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