Html Css Color HEX #4DB9CA Viking

📋 copy color: '#4DB9CA'

red 77 ◦ green 185 ◦ blue 202

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

Shades of Viking #4DB9CA

Tints of Viking #4DB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 16.59%
G = 39.87%
B = 43.53%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DB9CA (or 0x4DB9CA) is known color: Viking. HEX triplet: 4D, B9 and CA. RGB value is (77,185,202). Sum of RGB (Red+Green+Blue) = 77+185+202=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB9CA is #B24635. Grayscale: #9A9A9A. Windows color (decimal): -11683382 or 13285709. OLE color: 13285709.

HSL color Cylindrical-coordinate representation of color #4DB9CA: hue angle of 188.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB9CA is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 185 202 -
CMYK 0.62 0.08 0 0.21
HSL 188.16º 0.54% 0.55% -
HSV(B) 188.16º 0.62% 0.79% -
XYZ 31.07 40.54 62.06 -
YUV 154.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 77 185 202 0.62 0.08 0 0.21 188.16 0.54 0.55
Hex 4D B9 CA 3E 8 0 15 BC 36 37
Octal 115 271 312 76 10 0 25 274 66 67
Binary 1001101 10111001 11001010 111110 1000 0 10101 10111100 110110 110111

Color Harmonies of #4DB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB9CA

Black with #4DB9CA

Text Example


Text Example

White with #4DB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,185,202); }

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

background-color css

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

 a { background-color: rgb(77,185,202); }

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

border-color css

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

 span { border-color: rgb(77,185,202); }

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