#4DB8CB

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

Shades of Viking #4DB8CB

Tints of Viking #4DB8CB

Color information

#4DB8CB (or 0x4DB8CB) is unknown color: approx Viking. HEX triplet: 4D, B8 and CB. RGB value is (77,184,203). Sum of RGB (Red+Green+Blue) = 77+184+203=464 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.59% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DB8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8CB is #B24734. Grayscale: #999999. Windows color (decimal): -11683637 or 13350989. OLE color: 13350989.

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

Color convert

RGB77184203-
CMYK0.620.0900.20
HSL189.05º54.78%54.9%-
HSV(B)189.05º62.07%79.61%-
XYZ30.9840.1762.62-
YUV154.17155.5572.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 16.59%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=16.59%
G=39.66%
B=43.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal771842030.620.0900.20189.0554.7854.9
Hex4DB8CB3E9014bd3737
Octal11527031376110242756767
Binary10011011011100011001011111110100101010010111101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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