Html Css Color HEX #4DB7DC Viking

📋 copy color: '#4DB7DC'

red 77 ◦ green 183 ◦ blue 220

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

Shades of Viking #4DB7DC

Tints of Viking #4DB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 16.04%
G = 38.13%
B = 45.83%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4DB7DC (or 0x4DB7DC) is known color: Viking. HEX triplet: 4D, B7 and DC. RGB value is (77,183,220). Sum of RGB (Red+Green+Blue) = 77+183+220=480 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.04% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #4DB7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB7DC is #B24823. Grayscale: #9B9B9B. Windows color (decimal): -11683876 or 14464845. OLE color: 14464845.

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

Color convert

RGB 77 183 220 -
CMYK 0.65 0.17 0 0.14
HSL 195.52º 0.67% 0.58% -
HSV(B) 195.52º 0.65% 0.86% -
XYZ 32.91 40.61 73.81 -
YUV 155.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 77 183 220 0.65 0.17 0 0.14 195.52 0.67 0.58
Hex 4D B7 DC 41 11 0 E C4 43 3A
Octal 115 267 334 101 21 0 16 304 103 72
Binary 1001101 10110111 11011100 1000001 10001 0 1110 11000100 1000011 111010

Color Harmonies of #4DB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB7DC

Black with #4DB7DC

Text Example


Text Example

White with #4DB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,183,220); }

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

background-color css

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

 a { background-color: rgb(77,183,220); }

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

border-color css

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

 span { border-color: rgb(77,183,220); }

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