Html Css Color HEX #4DBEC9 Viking

📋 copy color: '#4DBEC9'

red 77 ◦ green 190 ◦ blue 201

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

Shades of Viking #4DBEC9

Tints of Viking #4DBEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 16.45%
G = 40.6%
B = 42.95%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4DBEC9 (or 0x4DBEC9) is known color: Viking. HEX triplet: 4D, BE and C9. RGB value is (77,190,201). Sum of RGB (Red+Green+Blue) = 77+190+201=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #4DBEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEC9 is #B24136. Grayscale: #9D9D9D. Windows color (decimal): -11682103 or 13221453. OLE color: 13221453.

HSL color Cylindrical-coordinate representation of color #4DBEC9: hue angle of 185.32º degrees, saturation: 0.53, 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 #4DBEC9 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 190 201 -
CMYK 0.62 0.05 0 0.21
HSL 185.32º 0.53% 0.55% -
HSV(B) 185.32º 0.62% 0.79% -
XYZ 32.02 42.62 61.8 -
YUV 157.47 152.56 70.61 -
System Red Green Blue C M Y K H S L
Decimal 77 190 201 0.62 0.05 0 0.21 185.32 0.53 0.55
Hex 4D BE C9 3E 5 0 15 B9 35 37
Octal 115 276 311 76 5 0 25 271 65 67
Binary 1001101 10111110 11001001 111110 101 0 10101 10111001 110101 110111

Color Harmonies of #4DBEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEC9

Black with #4DBEC9

Text Example


Text Example

White with #4DBEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,190,201); }

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

background-color css

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

 a { background-color: rgb(77,190,201); }

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

border-color css

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

 span { border-color: rgb(77,190,201); }

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