#4BB8B6

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

Shades of Viking #4BB8B6

Tints of Viking #4BB8B6

Color information

#4BB8B6 (or 0x4BB8B6) is unknown color: approx Viking. HEX triplet: 4B, B8 and B6. RGB value is (75,184,182). Sum of RGB (Red+Green+Blue) = 75+184+182=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB8B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB8B6 is #B44749. Grayscale: #979797. Windows color (decimal): -11814730 or 11974731. OLE color: 11974731.

HSL color Cylindrical-coordinate representation of color #4BB8B6: hue angle of 178.9º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB8B6 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB75184182-
CMYK0.5900.010.28
HSL178.9º43.43%50.78%-
HSV(B)178.9º59.24%72.16%-
XYZ28.4939.1550.31-
YUV151.18145.3973.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.01%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=17.01%
G=41.72%
B=41.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751841820.5900.010.28178.943.4350.78
Hex4BB8B63B011Cb32b33
Octal1132702667301342635363
Binary10010111011100010110110111011011110010110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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