#4BB6BE

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

Shades of Viking #4BB6BE

Tints of Viking #4BB6BE

Color information

#4BB6BE (or 0x4BB6BE) is unknown color: approx Viking. HEX triplet: 4B, B6 and BE. RGB value is (75,182,190). Sum of RGB (Red+Green+Blue) = 75+182+190=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BB6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB6BE is #B44941. Grayscale: #969696. Windows color (decimal): -11815234 or 12498507. OLE color: 12498507.

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

Color convert

RGB75182190-
CMYK0.610.0400.25
HSL184.17º46.94%51.96%-
HSV(B)184.17º60.53%74.51%-
XYZ28.9238.6754.65-
YUV150.92150.0573.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.78%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=16.78%
G=40.72%
B=42.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751821900.610.0400.25184.1746.9451.96
Hex4BB6BE3D4019b82f34
Octal1132662767540312705764
Binary1001011101101101011111011110110001100110111000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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