Html Css Color HEX #4DBEC1 Viking

📋 copy color: '#4DBEC1'

red 77 ◦ green 190 ◦ blue 193

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

Shades of Viking #4DBEC1

Tints of Viking #4DBEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 16.74%
G = 41.3%
B = 41.96%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4DBEC1 (or 0x4DBEC1) is known color: Viking. HEX triplet: 4D, BE and C1. RGB value is (77,190,193). Sum of RGB (Red+Green+Blue) = 77+190+193=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #4DBEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEC1 is #B2413E. Grayscale: #9C9C9C. Windows color (decimal): -11682111 or 12697165. OLE color: 12697165.

HSL color Cylindrical-coordinate representation of color #4DBEC1: hue angle of 181.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBEC1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 77 190 193 -
CMYK 0.60 0.02 0 0.24
HSL 181.55º 0.48% 0.53% -
HSV(B) 181.55º 0.6% 0.76% -
XYZ 31.1 42.25 56.97 -
YUV 156.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 77 190 193 0.60 0.02 0 0.24 181.55 0.48 0.53
Hex 4D BE C1 3C 2 0 18 B6 30 35
Octal 115 276 301 74 2 0 30 266 60 65
Binary 1001101 10111110 11000001 111100 10 0 11000 10110110 110000 110101

Color Harmonies of #4DBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBEC1

Black with #4DBEC1

Text Example


Text Example

White with #4DBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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