#4BB2BC

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

Shades of Viking #4BB2BC

Tints of Viking #4BB2BC

Color information

#4BB2BC (or 0x4BB2BC) is unknown color: approx Viking. HEX triplet: 4B, B2 and BC. RGB value is (75,178,188). Sum of RGB (Red+Green+Blue) = 75+178+188=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BB2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB2BC is #B44D43. Grayscale: #949494. Windows color (decimal): -11816260 or 12366411. OLE color: 12366411.

HSL color Cylindrical-coordinate representation of color #4BB2BC: hue angle of 185.31º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BB2BC is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75178188-
CMYK0.600.0500.26
HSL185.31º45.75%51.57%-
HSV(B)185.31º60.11%73.73%-
XYZ27.936.9753.24-
YUV148.34150.3875.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.01%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=17.01%
G=40.36%
B=42.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751781880.600.0500.26185.3145.7551.57
Hex4BB2BC3C501Ab92e34
Octal1132622747450322715664
Binary1001011101100101011110011110010101101010111001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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