#4DA2BD

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

Shades of Viking #4DA2BD

Tints of Viking #4DA2BD

Color information

#4DA2BD (or 0x4DA2BD) is unknown color: approx Viking. HEX triplet: 4D, A2 and BD. RGB value is (77,162,189). Sum of RGB (Red+Green+Blue) = 77+162+189=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #4DA2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA2BD is #B25D42. Grayscale: #8B8B8B. Windows color (decimal): -11689283 or 12427853. OLE color: 12427853.

HSL color Cylindrical-coordinate representation of color #4DA2BD: hue angle of 194.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA2BD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB77162189-
CMYK0.590.1400.26
HSL194.46º45.9%52.16%-
HSV(B)194.46º59.26%74.12%-
XYZ25.1731.0952.82-
YUV139.66155.8483.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.99%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=17.99%
G=37.85%
B=44.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal771621890.590.1400.26194.4645.952.16
Hex4DA2BD3BE01Ac22e34
Octal11524227573160323025664
Binary10011011010001010111101111011111001101011000010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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