Html Css Color HEX #4DB8CD Viking

📋 copy color: '#4DB8CD'

red 77 ◦ green 184 ◦ blue 205

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

Shades of Viking #4DB8CD

Tints of Viking #4DB8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.48%

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 16.52%
G = 39.48%
B = 43.99%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DB8CD (or 0x4DB8CD) is known color: Viking. HEX triplet: 4D, B8 and CD. RGB value is (77,184,205). Sum of RGB (Red+Green+Blue) = 77+184+205=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #4DB8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8CD is #B24732. Grayscale: #9A9A9A. Windows color (decimal): -11683635 or 13482061. OLE color: 13482061.

HSL color Cylindrical-coordinate representation of color #4DB8CD: hue angle of 189.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB8CD is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 184 205 -
CMYK 0.62 0.10 0 0.20
HSL 189.84º 0.56% 0.55% -
HSV(B) 189.84º 0.62% 0.8% -
XYZ 31.22 40.27 63.88 -
YUV 154.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 77 184 205 0.62 0.10 0 0.20 189.84 0.56 0.55
Hex 4D B8 CD 3E A 0 14 BE 38 37
Octal 115 270 315 76 12 0 24 276 70 67
Binary 1001101 10111000 11001101 111110 1010 0 10100 10111110 111000 110111

Color Harmonies of #4DB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB8CD

Black with #4DB8CD

Text Example


Text Example

White with #4DB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,184,205); }

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

background-color css

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

 a { background-color: rgb(77,184,205); }

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

border-color css

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

 span { border-color: rgb(77,184,205); }

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