#4ab4d1

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

Shades of Viking #4AB4D1

Tints of Viking #4AB4D1

Color information

#4AB4D1 (or 0x4AB4D1) is unknown color: approx Viking. HEX triplet: 4A, B4 and D1. RGB value is (74,180,209). Sum of RGB (Red+Green+Blue) = 74+180+209=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #4AB4D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4D1 is #B54B2E. Grayscale: #979797. Windows color (decimal): -11881263 or 13743178. OLE color: 13743178.

HSL color Cylindrical-coordinate representation of color #4AB4D1: hue angle of 192.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB4D1 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB74180209-
CMYK0.650.1400.18
HSL192.89º59.47%55.49%-
HSV(B)192.89º64.59%81.96%-
XYZ30.6538.766.18-
YUV151.61160.3872.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.98%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=15.98%
G=38.88%
B=45.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal741802090.650.1400.18192.8959.4755.49
Hex4AB4D141E012c13b37
Octal112264321101160223017367
Binary100101010110100110100011000001111001001011000001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ab4d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,209); }

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

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

 a { background-color: rgb(74,180,209); }

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

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

 span { border-color: rgb(74,180,209); }

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