#4BB3BF

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

Shades of Viking #4BB3BF

Tints of Viking #4BB3BF

Color information

#4BB3BF (or 0x4BB3BF) is unknown color: approx Viking. HEX triplet: 4B, B3 and BF. RGB value is (75,179,191). Sum of RGB (Red+Green+Blue) = 75+179+191=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BB3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB3BF is #B44C40. Grayscale: #959595. Windows color (decimal): -11816001 or 12563275. OLE color: 12563275.

HSL color Cylindrical-coordinate representation of color #4BB3BF: hue angle of 186.21º 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 #4BB3BF is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75179191-
CMYK0.610.0600.25
HSL186.21º47.54%52.16%-
HSV(B)186.21º60.73%74.9%-
XYZ28.4337.555.03-
YUV149.27151.5475.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.85%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 191 (75% from 255) = 42.92%
R=16.85%
G=40.22%
B=42.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751791910.610.0600.25186.2147.5452.16
Hex4BB3BF3D6019ba3034
Octal1132632777560312726064
Binary1001011101100111011111111110111001100110111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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