#4BBAC9

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

Shades of Viking #4BBAC9

Tints of Viking #4BBAC9

Color information

#4BBAC9 (or 0x4BBAC9) is unknown color: approx Viking. HEX triplet: 4B, BA and C9. RGB value is (75,186,201). Sum of RGB (Red+Green+Blue) = 75+186+201=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #4BBAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBAC9 is #B44536. Grayscale: #9A9A9A. Windows color (decimal): -11814199 or 13220427. OLE color: 13220427.

HSL color Cylindrical-coordinate representation of color #4BBAC9: hue angle of 187.14º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BBAC9 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75186201-
CMYK0.630.0700.21
HSL187.14º53.85%54.12%-
HSV(B)187.14º62.69%78.82%-
XYZ3140.8361.51-
YUV154.52154.2371.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.23%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=16.23%
G=40.26%
B=43.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751862010.630.0700.21187.1453.8554.12
Hex4BBAC93F7015bb3636
Octal1132723117770252736666
Binary1001011101110101100100111111111101010110111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,186,201); }

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

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

 a { background-color: rgb(75,186,201); }

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

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

 span { border-color: rgb(75,186,201); }

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