#4DB0CA

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

Shades of Viking #4DB0CA

Tints of Viking #4DB0CA

Color information

#4DB0CA (or 0x4DB0CA) is unknown color: approx Viking. HEX triplet: 4D, B0 and CA. RGB value is (77,176,202). Sum of RGB (Red+Green+Blue) = 77+176+202=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DB0CA is #B24F35. Grayscale: #959595. Windows color (decimal): -11685686 or 13283405. OLE color: 13283405.

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

Color convert

RGB77176202-
CMYK0.620.1300.21
HSL192.48º54.11%54.71%-
HSV(B)192.48º61.88%79.22%-
XYZ29.2536.8961.46-
YUV149.36157.776.39-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.92%
GREEN value IS 176 (69.14% from 255) = 38.68%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=16.92%
G=38.68%
B=44.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771762020.620.1300.21192.4854.1154.71
Hex4DB0CA3ED015c03637
Octal11526031276150253006667
Binary10011011011000011001010111110110101010111000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4DB0CA;
 }
 .AnyTagClassName
 {
   color: #4DB0CA;
 }
</style>
background-color css

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

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

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

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

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

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