#4BBEC9

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

Shades of Viking #4BBEC9

Tints of Viking #4BBEC9

Color information

#4BBEC9 (or 0x4BBEC9) is unknown color: approx Viking. HEX triplet: 4B, BE and C9. RGB value is (75,190,201). Sum of RGB (Red+Green+Blue) = 75+190+201=466 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.09% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #4BBEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBEC9 is #B44136. Grayscale: #9C9C9C. Windows color (decimal): -11813175 or 13221451. OLE color: 13221451.

HSL color Cylindrical-coordinate representation of color #4BBEC9: hue angle of 185.24º 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 #4BBEC9 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75190201-
CMYK0.630.0500.21
HSL185.24º53.85%54.12%-
HSV(B)185.24º62.69%78.82%-
XYZ31.8642.5461.79-
YUV156.87152.969.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.09%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=16.09%
G=40.77%
B=43.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751902010.630.0500.21185.2453.8554.12
Hex4BBEC93F5015b93636
Octal1132763117750252716666
Binary1001011101111101100100111111110101010110111001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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