#4BA9B8

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

Shades of Viking #4BA9B8

Tints of Viking #4BA9B8

Color information

#4BA9B8 (or 0x4BA9B8) is unknown color: approx Viking. HEX triplet: 4B, A9 and B8. RGB value is (75,169,184). Sum of RGB (Red+Green+Blue) = 75+169+184=428 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.52% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #4BA9B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA9B8 is #B45647. Grayscale: #8E8E8E. Windows color (decimal): -11818568 or 12101963. OLE color: 12101963.

HSL color Cylindrical-coordinate representation of color #4BA9B8: hue angle of 188.26º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BA9B8 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB75169184-
CMYK0.590.0800.28
HSL188.26º43.43%50.78%-
HSV(B)188.26º59.24%72.16%-
XYZ25.7433.3350.42-
YUV142.6151.3679.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.52%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 184 (72.27% from 255) = 42.99%
R=17.52%
G=39.49%
B=42.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751691840.590.0800.28188.2643.4350.78
Hex4BA9B83B801Cbc2b33
Octal11325127073100342745363
Binary10010111010100110111000111011100001110010111100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,169,184); }

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

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

 a { background-color: rgb(75,169,184); }

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

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

 span { border-color: rgb(75,169,184); }

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