#4DAFBE

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

Shades of Viking #4DAFBE

Tints of Viking #4DAFBE

Color information

#4DAFBE (or 0x4DAFBE) is unknown color: approx Viking. HEX triplet: 4D, AF and BE. RGB value is (77,175,190). Sum of RGB (Red+Green+Blue) = 77+175+190=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #4DAFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFBE is #B25041. Grayscale: #939393. Windows color (decimal): -11685954 or 12496717. OLE color: 12496717.

HSL color Cylindrical-coordinate representation of color #4DAFBE: hue angle of 187.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAFBE is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77175190-
CMYK0.590.0800.25
HSL187.96º46.5%52.35%-
HSV(B)187.96º59.47%74.51%-
XYZ27.6835.9654.2-
YUV147.41152.0377.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.42%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=17.42%
G=39.59%
B=42.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771751900.590.0800.25187.9646.552.35
Hex4DAFBE3B8019bc2f34
Octal11525727673100312745764
Binary10011011010111110111110111011100001100110111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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