#4BAED8

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

Shades of Viking #4BAED8

Tints of Viking #4BAED8

Color information

#4BAED8 (or 0x4BAED8) is unknown color: approx Viking. HEX triplet: 4B, AE and D8. RGB value is (75,174,216). Sum of RGB (Red+Green+Blue) = 75+174+216=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #4BAED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAED8 is #B45127. Grayscale: #949494. Windows color (decimal): -11817256 or 14200395. OLE color: 14200395.

HSL color Cylindrical-coordinate representation of color #4BAED8: hue angle of 197.87º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BAED8 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB75174216-
CMYK0.650.1900.15
HSL197.87º64.38%57.06%-
HSV(B)197.87º65.28%84.71%-
XYZ30.4336.7370.45-
YUV149.19165.775.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.13%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 216 (84.77% from 255) = 46.45%
R=16.13%
G=37.42%
B=46.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751742160.650.1900.15197.8764.3857.06
Hex4BAED841130Fc64039
Octal1132563301012301730610071
Binary1001011101011101101100010000011001101111110001101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,174,216); }

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

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

 a { background-color: rgb(75,174,216); }

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

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

 span { border-color: rgb(75,174,216); }

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