Html Css Color HEX #4DBEDB Viking

📋 copy color: '#4DBEDB'

red 77 ◦ green 190 ◦ blue 219

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

Shades of Viking #4DBEDB

Tints of Viking #4DBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 15.84%
G = 39.09%
B = 45.06%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DBEDB (or 0x4DBEDB) is known color: Viking. HEX triplet: 4D, BE and DB. RGB value is (77,190,219). Sum of RGB (Red+Green+Blue) = 77+190+219=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEDB is #B24124. Grayscale: #9F9F9F. Windows color (decimal): -11682085 or 14401101. OLE color: 14401101.

HSL color Cylindrical-coordinate representation of color #4DBEDB: hue angle of 192.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DBEDB is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 190 219 -
CMYK 0.65 0.13 0 0.14
HSL 192.25º 0.66% 0.58% -
HSV(B) 192.25º 0.65% 0.86% -
XYZ 34.26 43.52 73.61 -
YUV 159.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 77 190 219 0.65 0.13 0 0.14 192.25 0.66 0.58
Hex 4D BE DB 41 D 0 E C0 42 3A
Octal 115 276 333 101 15 0 16 300 102 72
Binary 1001101 10111110 11011011 1000001 1101 0 1110 11000000 1000010 111010

Color Harmonies of #4DBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEDB

Black with #4DBEDB

Text Example


Text Example

White with #4DBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,190,219); }

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

background-color css

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

 a { background-color: rgb(77,190,219); }

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

border-color css

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

 span { border-color: rgb(77,190,219); }

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