#4BBEBF

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

Shades of Viking #4BBEBF

Tints of Viking #4BBEBF

Color information

#4BBEBF (or 0x4BBEBF) is unknown color: approx Viking. HEX triplet: 4B, BE and BF. RGB value is (75,190,191). Sum of RGB (Red+Green+Blue) = 75+190+191=456 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.45% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BBEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBEBF is #B44140. Grayscale: #9B9B9B. Windows color (decimal): -11813185 or 12566091. OLE color: 12566091.

HSL color Cylindrical-coordinate representation of color #4BBEBF: hue angle of 180.52º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBEBF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75190191-
CMYK0.610.0100.25
HSL180.52º47.54%52.16%-
HSV(B)180.52º60.73%74.9%-
XYZ30.7242.0855.79-
YUV155.73147.970.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.45%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 191 (75% from 255) = 41.89%
R=16.45%
G=41.67%
B=41.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751901910.610.0100.25180.5247.5452.16
Hex4BBEBF3D1019b53034
Octal1132762777510312656064
Binary10010111011111010111111111101101100110110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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