#4DBEC1

Color #4DBEC1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #4DBEC1

Tints of Viking #4DBEC1

Color information

#4DBEC1 (or 0x4DBEC1) is unknown color: approx 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

RGB77190193-
CMYK0.600.0200.24
HSL181.55º48.33%52.94%-
HSV(B)181.55º60.1%75.69%-
XYZ31.142.2556.97-
YUV156.56148.5671.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.74%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=16.74%
G=41.30%
B=41.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal771901930.600.0200.24181.5548.3352.94
Hex4DBEC13C2018b63035
Octal1152763017420302666065
Binary100110110111110110000011111001001100010110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>