#4DA2C0

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

Shades of Viking #4DA2C0

Tints of Viking #4DA2C0

Color information

#4DA2C0 (or 0x4DA2C0) is unknown color: approx Viking. HEX triplet: 4D, A2 and C0. RGB value is (77,162,192). Sum of RGB (Red+Green+Blue) = 77+162+192=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #4DA2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2C0 is #B25D3F. Grayscale: #8B8B8B. Windows color (decimal): -11689280 or 12624461. OLE color: 12624461.

HSL color Cylindrical-coordinate representation of color #4DA2C0: hue angle of 195.65º degrees, saturation: 0.48, 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 #4DA2C0 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77162192-
CMYK0.600.1600.25
HSL195.65º47.72%52.75%-
HSV(B)195.65º59.9%75.29%-
XYZ25.531.2254.55-
YUV140157.3483.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.87%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=17.87%
G=37.59%
B=44.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771621920.600.1600.25195.6547.7252.75
Hex4DA2C03C10019c43035
Octal11524230074200313046065
Binary100110110100010110000001111001000001100111000100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,162,192); }

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

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

 a { background-color: rgb(77,162,192); }

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

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

 span { border-color: rgb(77,162,192); }

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