#4BBBBD

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

Shades of Viking #4BBBBD

Tints of Viking #4BBBBD

Color information

#4BBBBD (or 0x4BBBBD) is unknown color: approx Viking. HEX triplet: 4B, BB and BD. RGB value is (75,187,189). Sum of RGB (Red+Green+Blue) = 75+187+189=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #4BBBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBBBD is #B44442. Grayscale: #999999. Windows color (decimal): -11813955 or 12434251. OLE color: 12434251.

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

Color convert

RGB75187189-
CMYK0.600.0100.26
HSL181.05º46.34%51.76%-
HSV(B)181.05º60.32%74.12%-
XYZ29.8640.7154.43-
YUV153.74147.8971.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.63%
GREEN value IS 187 (73.44% from 255) = 41.46%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=16.63%
G=41.46%
B=41.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751871890.600.0100.26181.0546.3451.76
Hex4BBBBD3C101Ab52e34
Octal1132732757410322655664
Binary10010111011101110111101111100101101010110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,187,189); }

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

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

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

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

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

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

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