Html Css Color HEX #4AAAD6 Viking

📋 copy color: '#4AAAD6'

red 74 ◦ green 170 ◦ blue 214

#4AAAD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4AAAD6

Tints of Viking #4AAAD6

RGB

 RED value IS 74 (29.3% from 255) = 16.16%

 GREEN value IS 170 (66.8% from 255) = 37.12%

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 16.16%
G = 37.12%
B = 46.72%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4AAAD6 (or 0x4AAAD6) is known color: Viking. HEX triplet: 4A, AA and D6. RGB value is (74,170,214). Sum of RGB (Red+Green+Blue) = 74+170+214=458 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.16% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #4AAAD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAAD6 is #B55529. Grayscale: #929292. Windows color (decimal): -11883818 or 14068298. OLE color: 14068298.

HSL color Cylindrical-coordinate representation of color #4AAAD6: hue angle of 198.86º degrees, saturation: 0.63, 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 #4AAAD6 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 170 214 -
CMYK 0.65 0.21 0 0.16
HSL 198.86º 0.63% 0.56% -
HSV(B) 198.86º 0.65% 0.84% -
XYZ 29.34 35.06 68.84 -
YUV 146.31 166.2 76.42 -
System Red Green Blue C M Y K H S L
Decimal 74 170 214 0.65 0.21 0 0.16 198.86 0.63 0.56
Hex 4A AA D6 41 15 0 10 C7 3F 38
Octal 112 252 326 101 25 0 20 307 77 70
Binary 1001010 10101010 11010110 1000001 10101 0 10000 11000111 111111 111000

Color Harmonies of #4AAAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAAD6

Black with #4AAAD6

Text Example


Text Example

White with #4AAAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,214); }

 H1.HeaderClassName
 {
   color: #4AAAD6;
 }
 .AnyTagClassName
 {
   color: #4AAAD6;
 }
</style>

background-color css

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

 a { background-color: rgb(74,170,214); }

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

border-color css

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

 span { border-color: rgb(74,170,214); }

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