#4DABCA

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

Shades of Viking #4DABCA

Tints of Viking #4DABCA

Color information

#4DABCA (or 0x4DABCA) is unknown color: approx Viking. HEX triplet: 4D, AB and CA. RGB value is (77,171,202). Sum of RGB (Red+Green+Blue) = 77+171+202=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #4DABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABCA is #B25435. Grayscale: #929292. Windows color (decimal): -11686966 or 13282125. OLE color: 13282125.

HSL color Cylindrical-coordinate representation of color #4DABCA: hue angle of 194.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DABCA is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB77171202-
CMYK0.620.1500.21
HSL194.88º54.11%54.71%-
HSV(B)194.88º61.88%79.22%-
XYZ28.2834.9761.14-
YUV146.43159.3678.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.11%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=17.11%
G=38%
B=44.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal771712020.620.1500.21194.8854.1154.71
Hex4DABCA3EF015c33637
Octal11525331276170253036667
Binary10011011010101111001010111110111101010111000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,171,202); }

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

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

 a { background-color: rgb(77,171,202); }

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

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

 span { border-color: rgb(77,171,202); }

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