#4BB9B5

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

Shades of Viking #4BB9B5

Tints of Viking #4BB9B5

Color information

#4BB9B5 (or 0x4BB9B5) is unknown color: approx Viking. HEX triplet: 4B, B9 and B5. RGB value is (75,185,181). Sum of RGB (Red+Green+Blue) = 75+185+181=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB9B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB9B5 is #B4464A. Grayscale: #979797. Windows color (decimal): -11814475 or 11909451. OLE color: 11909451.

HSL color Cylindrical-coordinate representation of color #4BB9B5: hue angle of 177.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB9B5 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB75185181-
CMYK0.5900.020.27
HSL177.82º44%50.98%-
HSV(B)177.82º59.46%72.55%-
XYZ28.5939.5349.84-
YUV151.65144.5673.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.01%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 181 (71.09% from 255) = 41.04%
R=17.01%
G=41.95%
B=41.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751851810.5900.020.27177.824450.98
Hex4BB9B53B021Bb22c33
Octal1132712657302332625463
Binary100101110111001101101011110110101101110110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,185,181); }

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

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

 a { background-color: rgb(75,185,181); }

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

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

 span { border-color: rgb(75,185,181); }

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