#4BADBF

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

Shades of Viking #4BADBF

Tints of Viking #4BADBF

Color information

#4BADBF (or 0x4BADBF) is unknown color: approx Viking. HEX triplet: 4B, AD and BF. RGB value is (75,173,191). Sum of RGB (Red+Green+Blue) = 75+173+191=439 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.08% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADBF is #B45240. Grayscale: #919191. Windows color (decimal): -11817537 or 12561739. OLE color: 12561739.

HSL color Cylindrical-coordinate representation of color #4BADBF: hue angle of 189.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BADBF is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75173191-
CMYK0.610.0900.25
HSL189.31º47.54%52.16%-
HSV(B)189.31º60.73%74.9%-
XYZ27.2535.1454.64-
YUV145.75153.5377.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.08%
GREEN value IS 173 (67.97% from 255) = 39.41%
BLUE value IS 191 (75% from 255) = 43.51%
R=17.08%
G=39.41%
B=43.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751731910.610.0900.25189.3147.5452.16
Hex4BADBF3D9019bd3034
Octal11325527775110312756064
Binary10010111010110110111111111101100101100110111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,173,191); }

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

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

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

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

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

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

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