#4AA8BD

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

Shades of Viking #4AA8BD

Tints of Viking #4AA8BD

Color information

#4AA8BD (or 0x4AA8BD) is unknown color: approx Viking. HEX triplet: 4A, A8 and BD. RGB value is (74,168,189). Sum of RGB (Red+Green+Blue) = 74+168+189=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AA8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA8BD is #B55742. Grayscale: #8E8E8E. Windows color (decimal): -11884355 or 12429386. OLE color: 12429386.

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

Color convert

RGB74168189-
CMYK0.610.1100.26
HSL190.96º46.56%51.57%-
HSV(B)190.96º60.85%74.12%-
XYZ26.0133.1453.17-
YUV142.29154.3679.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.17%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=17.17%
G=38.98%
B=43.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741681890.610.1100.26190.9646.5651.57
Hex4AA8BD3DB01Abf2f34
Octal11225027575130322775764
Binary10010101010100010111101111101101101101010111111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,168,189); }

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

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

 a { background-color: rgb(74,168,189); }

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

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

 span { border-color: rgb(74,168,189); }

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