Html Css Color HEX #4DB3DB Viking

📋 copy color: '#4DB3DB'

red 77 ◦ green 179 ◦ blue 219

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

Shades of Viking #4DB3DB

Tints of Viking #4DB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.68%

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

R = 16.21%
G = 37.68%
B = 46.11%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DB3DB (or 0x4DB3DB) is known color: Viking. HEX triplet: 4D, B3 and DB. RGB value is (77,179,219). Sum of RGB (Red+Green+Blue) = 77+179+219=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #4DB3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB3DB is #B24C24. Grayscale: #989898. Windows color (decimal): -11684901 or 14398285. OLE color: 14398285.

HSL color Cylindrical-coordinate representation of color #4DB3DB: hue angle of 196.9º 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 #4DB3DB is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 179 219 -
CMYK 0.65 0.18 0 0.14
HSL 196.9º 0.66% 0.58% -
HSV(B) 196.9º 0.65% 0.86% -
XYZ 31.97 38.93 72.85 -
YUV 153.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 77 179 219 0.65 0.18 0 0.14 196.9 0.66 0.58
Hex 4D B3 DB 41 12 0 E C5 42 3A
Octal 115 263 333 101 22 0 16 305 102 72
Binary 1001101 10110011 11011011 1000001 10010 0 1110 11000101 1000010 111010

Color Harmonies of #4DB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB3DB

Black with #4DB3DB

Text Example


Text Example

White with #4DB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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