#4DAFBA

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

Shades of Viking #4DAFBA

Tints of Viking #4DAFBA

Color information

#4DAFBA (or 0x4DAFBA) is unknown color: approx Viking. HEX triplet: 4D, AF and BA. RGB value is (77,175,186). Sum of RGB (Red+Green+Blue) = 77+175+186=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #4DAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFBA is #B25045. Grayscale: #929292. Windows color (decimal): -11685958 or 12234573. OLE color: 12234573.

HSL color Cylindrical-coordinate representation of color #4DAFBA: hue angle of 186.06º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAFBA is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB77175186-
CMYK0.590.0600.27
HSL186.06º44.13%51.57%-
HSV(B)186.06º58.6%72.94%-
XYZ27.2535.7851.92-
YUV146.95150.0378.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.58%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=17.58%
G=39.95%
B=42.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771751860.590.0600.27186.0644.1351.57
Hex4DAFBA3B601Bba2c34
Octal1152572727360332725464
Binary1001101101011111011101011101111001101110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,186); }

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

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

 a { background-color: rgb(77,175,186); }

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

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

 span { border-color: rgb(77,175,186); }

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