#4AA3B8

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

Shades of Viking #4AA3B8

Tints of Viking #4AA3B8

Color information

#4AA3B8 (or 0x4AA3B8) is unknown color: approx Viking. HEX triplet: 4A, A3 and B8. RGB value is (74,163,184). Sum of RGB (Red+Green+Blue) = 74+163+184=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #4AA3B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA3B8 is #B55C47. Grayscale: #8A8A8A. Windows color (decimal): -11885640 or 12100426. OLE color: 12100426.

HSL color Cylindrical-coordinate representation of color #4AA3B8: hue angle of 191.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AA3B8 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB74163184-
CMYK0.600.1100.28
HSL191.45º43.65%50.59%-
HSV(B)191.45º59.78%72.16%-
XYZ24.5731.1150.06-
YUV138.78153.5181.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.58%
GREEN value IS 163 (64.06% from 255) = 38.72%
BLUE value IS 184 (72.27% from 255) = 43.71%
R=17.58%
G=38.72%
B=43.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal741631840.600.1100.28191.4543.6550.59
Hex4AA3B83CB01Cbf2c33
Octal11224327074130342775463
Binary10010101010001110111000111100101101110010111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,163,184); }

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

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

 a { background-color: rgb(74,163,184); }

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

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

 span { border-color: rgb(74,163,184); }

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