#4BB6BF

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

Shades of Viking #4BB6BF

Tints of Viking #4BB6BF

Color information

#4BB6BF (or 0x4BB6BF) is unknown color: approx Viking. HEX triplet: 4B, B6 and BF. RGB value is (75,182,191). Sum of RGB (Red+Green+Blue) = 75+182+191=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BB6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB6BF is #B44940. Grayscale: #969696. Windows color (decimal): -11815233 or 12564043. OLE color: 12564043.

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

Color convert

RGB75182191-
CMYK0.610.0500.25
HSL184.66º47.54%52.16%-
HSV(B)184.66º60.73%74.9%-
XYZ29.0338.7155.23-
YUV151.03150.5573.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.74%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 191 (75% from 255) = 42.63%
R=16.74%
G=40.62%
B=42.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751821910.610.0500.25184.6647.5452.16
Hex4BB6BF3D5019b93034
Octal1132662777550312716064
Binary1001011101101101011111111110110101100110111001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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