#4DB6CB

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

Shades of Viking #4DB6CB

Tints of Viking #4DB6CB

Color information

#4DB6CB (or 0x4DB6CB) is unknown color: approx Viking. HEX triplet: 4D, B6 and CB. RGB value is (77,182,203). Sum of RGB (Red+Green+Blue) = 77+182+203=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 182 (71.48% from 255 or 39.39% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DB6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6CB is #B24934. Grayscale: #989898. Windows color (decimal): -11684149 or 13350477. OLE color: 13350477.

HSL color Cylindrical-coordinate representation of color #4DB6CB: hue angle of 190º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB6CB is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB77182203-
CMYK0.620.1000.20
HSL190º54.78%54.9%-
HSV(B)190º62.07%79.61%-
XYZ30.5739.3562.48-
YUV153156.2173.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.67%
GREEN value IS 182 (71.48% from 255) = 39.39%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=16.67%
G=39.39%
B=43.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771822030.620.1000.2019054.7854.9
Hex4DB6CB3EA014be3737
Octal11526631376120242766767
Binary10011011011011011001011111110101001010010111110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,182,203); }

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

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

 a { background-color: rgb(77,182,203); }

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

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

 span { border-color: rgb(77,182,203); }

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