#4BC1DB

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

Shades of Viking #4BC1DB

Tints of Viking #4BC1DB

Color information

#4BC1DB (or 0x4BC1DB) is unknown color: approx Viking. HEX triplet: 4B, C1 and DB. RGB value is (75,193,219). Sum of RGB (Red+Green+Blue) = 75+193+219=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BC1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC1DB is #B43E24. Grayscale: #A0A0A0. Windows color (decimal): -11812389 or 14401867. OLE color: 14401867.

HSL color Cylindrical-coordinate representation of color #4BC1DB: hue angle of 190.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC1DB is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB75193219-
CMYK0.660.1200.14
HSL190.83º66.67%57.65%-
HSV(B)190.83º65.75%85.88%-
XYZ34.7644.7573.82-
YUV160.68160.9166.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.40%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 219 (85.94% from 255) = 44.97%
R=15.40%
G=39.63%
B=44.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal751932190.660.1200.14190.8366.6757.65
Hex4BC1DB42C0Ebf433a
Octal1133013331021401627710372
Binary100101111000001110110111000010110001110101111111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,219); }

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

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

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

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

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

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

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