#4BB3B3

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

Shades of Viking #4BB3B3

Tints of Viking #4BB3B3

Color information

#4BB3B3 (or 0x4BB3B3) is unknown color: approx Viking. HEX triplet: 4B, B3 and B3. RGB value is (75,179,179). Sum of RGB (Red+Green+Blue) = 75+179+179=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #4BB3B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB3B3 is #B44C4C. Grayscale: #939393. Windows color (decimal): -11816013 or 11776843. OLE color: 11776843.

HSL color Cylindrical-coordinate representation of color #4BB3B3: hue angle of 180º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB3B3 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB75179179-
CMYK0.58000.30
HSL180º40.94%49.8%-
HSV(B)180º58.1%70.2%-
XYZ27.1636.9948.36-
YUV147.9145.5476-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.32%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=17.32%
G=41.34%
B=41.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791790.58000.3018040.9449.8
Hex4BB3B33A001Eb42932
Octal1132632637200362645162
Binary10010111011001110110011111010001111010110100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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