#4BB2B3

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

Shades of Viking #4BB2B3

Tints of Viking #4BB2B3

Color information

#4BB2B3 (or 0x4BB2B3) is unknown color: approx Viking. HEX triplet: 4B, B2 and B3. RGB value is (75,178,179). Sum of RGB (Red+Green+Blue) = 75+178+179=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #4BB2B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB2B3 is #B44D4C. Grayscale: #939393. Windows color (decimal): -11816269 or 11776587. OLE color: 11776587.

HSL color Cylindrical-coordinate representation of color #4BB2B3: hue angle of 180.58º 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 #4BB2B3 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB75178179-
CMYK0.580.0100.30
HSL180.58º40.94%49.8%-
HSV(B)180.58º58.1%70.2%-
XYZ26.9636.5948.29-
YUV147.32145.8876.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.36%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=17.36%
G=41.20%
B=41.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751781790.580.0100.30180.5840.9449.8
Hex4BB2B33A101Eb52932
Octal1132622637210362655162
Binary10010111011001010110011111010101111010110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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