#4DA8BF

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

Shades of Viking #4DA8BF

Tints of Viking #4DA8BF

Color information

#4DA8BF (or 0x4DA8BF) is unknown color: approx Viking. HEX triplet: 4D, A8 and BF. RGB value is (77,168,191). Sum of RGB (Red+Green+Blue) = 77+168+191=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #4DA8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA8BF is #B25740. Grayscale: #8F8F8F. Windows color (decimal): -11687745 or 12560461. OLE color: 12560461.

HSL color Cylindrical-coordinate representation of color #4DA8BF: hue angle of 192.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DA8BF is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77168191-
CMYK0.600.1200.25
HSL192.11º47.11%52.55%-
HSV(B)192.11º59.69%74.9%-
XYZ26.4733.3454.33-
YUV143.41154.8580.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.66%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 191 (75% from 255) = 43.81%
R=17.66%
G=38.53%
B=43.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771681910.600.1200.25192.1147.1152.55
Hex4DA8BF3CC019c02f35
Octal11525027774140313005765
Binary10011011010100010111111111100110001100111000000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,168,191); }

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

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

 a { background-color: rgb(77,168,191); }

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

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

 span { border-color: rgb(77,168,191); }

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