Html Css Color HEX #4DBADD Viking

📋 copy color: '#4DBADD'

red 77 ◦ green 186 ◦ blue 221

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

Shades of Viking #4DBADD

Tints of Viking #4DBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.43%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 15.91%
G = 38.43%
B = 45.66%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DBADD (or 0x4DBADD) is known color: Viking. HEX triplet: 4D, BA and DD. RGB value is (77,186,221). Sum of RGB (Red+Green+Blue) = 77+186+221=484 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.91% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBADD is #B24522. Grayscale: #9D9D9D. Windows color (decimal): -11683107 or 14531149. OLE color: 14531149.

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

Color convert

RGB 77 186 221 -
CMYK 0.65 0.16 0 0.13
HSL 194.58º 0.68% 0.58% -
HSV(B) 194.58º 0.65% 0.87% -
XYZ 33.67 41.92 74.72 -
YUV 157.4 163.89 70.65 -
System Red Green Blue C M Y K H S L
Decimal 77 186 221 0.65 0.16 0 0.13 194.58 0.68 0.58
Hex 4D BA DD 41 10 0 D C3 44 3A
Octal 115 272 335 101 20 0 15 303 104 72
Binary 1001101 10111010 11011101 1000001 10000 0 1101 11000011 1000100 111010

Color Harmonies of #4DBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBADD

Black with #4DBADD

Text Example


Text Example

White with #4DBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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