#4AB0D5

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

Shades of Viking #4AB0D5

Tints of Viking #4AB0D5

Color information

#4AB0D5 (or 0x4AB0D5) is unknown color: approx Viking. HEX triplet: 4A, B0 and D5. RGB value is (74,176,213). Sum of RGB (Red+Green+Blue) = 74+176+213=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #4AB0D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB0D5 is #B54F2A. Grayscale: #959595. Windows color (decimal): -11882283 or 14004298. OLE color: 14004298.

HSL color Cylindrical-coordinate representation of color #4AB0D5: hue angle of 195.97º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB0D5 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74176213-
CMYK0.650.1700.16
HSL195.97º62.33%56.27%-
HSV(B)195.97º65.26%83.53%-
XYZ30.3637.3168.55-
YUV149.72163.7173.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.98%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 213 (83.59% from 255) = 46.00%
R=15.98%
G=38.01%
B=46.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal741762130.650.1700.16195.9762.3356.27
Hex4AB0D54111010c43e38
Octal112260325101210203047670
Binary1001010101100001101010110000011000101000011000100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,176,213); }

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

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

 a { background-color: rgb(74,176,213); }

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

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

 span { border-color: rgb(74,176,213); }

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