#4BAABC

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

Shades of Viking #4BAABC

Tints of Viking #4BAABC

Color information

#4BAABC (or 0x4BAABC) is unknown color: approx Viking. HEX triplet: 4B, AA and BC. RGB value is (75,170,188). Sum of RGB (Red+Green+Blue) = 75+170+188=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BAABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAABC is #B45543. Grayscale: #8F8F8F. Windows color (decimal): -11818308 or 12364363. OLE color: 12364363.

HSL color Cylindrical-coordinate representation of color #4BAABC: hue angle of 189.56º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BAABC is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75170188-
CMYK0.600.1000.26
HSL189.56º45.75%51.57%-
HSV(B)189.56º60.11%73.73%-
XYZ26.3533.8852.73-
YUV143.65153.0379.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.32%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=17.32%
G=39.26%
B=43.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751701880.600.1000.26189.5645.7551.57
Hex4BAABC3CA01Abe2e34
Octal11325227474120322765664
Binary10010111010101010111100111100101001101010111110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,170,188); }

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

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

 a { background-color: rgb(75,170,188); }

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

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

 span { border-color: rgb(75,170,188); }

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