Html Css Color HEX #4DB6D0 Viking

📋 copy color: '#4DB6D0'

red 77 ◦ green 182 ◦ blue 208

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

Shades of Viking #4DB6D0

Tints of Viking #4DB6D0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.97%

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 16.49%
G = 38.97%
B = 44.54%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4DB6D0 (or 0x4DB6D0) is known color: Viking. HEX triplet: 4D, B6 and D0. RGB value is (77,182,208). Sum of RGB (Red+Green+Blue) = 77+182+208=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #4DB6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6D0 is #B2492F. Grayscale: #999999. Windows color (decimal): -11684144 or 13678157. OLE color: 13678157.

HSL color Cylindrical-coordinate representation of color #4DB6D0: hue angle of 191.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DB6D0 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 77 182 208 -
CMYK 0.63 0.12 0 0.18
HSL 191.91º 0.58% 0.56% -
HSV(B) 191.91º 0.63% 0.82% -
XYZ 31.17 39.59 65.67 -
YUV 153.57 158.71 73.39 -
System Red Green Blue C M Y K H S L
Decimal 77 182 208 0.63 0.12 0 0.18 191.91 0.58 0.56
Hex 4D B6 D0 3F C 0 12 C0 3A 38
Octal 115 266 320 77 14 0 22 300 72 70
Binary 1001101 10110110 11010000 111111 1100 0 10010 11000000 111010 111000

Color Harmonies of #4DB6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB6D0

Black with #4DB6D0

Text Example


Text Example

White with #4DB6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,182,208); }

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

background-color css

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

 a { background-color: rgb(77,182,208); }

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

border-color css

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

 span { border-color: rgb(77,182,208); }

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