#4BC1D9

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

Shades of Viking #4BC1D9

Tints of Viking #4BC1D9

Color information

#4BC1D9 (or 0x4BC1D9) is unknown color: approx Viking. HEX triplet: 4B, C1 and D9. RGB value is (75,193,217). Sum of RGB (Red+Green+Blue) = 75+193+217=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #4BC1D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC1D9 is #B43E26. Grayscale: #A0A0A0. Windows color (decimal): -11812391 or 14270795. OLE color: 14270795.

HSL color Cylindrical-coordinate representation of color #4BC1D9: hue angle of 190.14º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BC1D9 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB75193217-
CMYK0.650.1100.15
HSL190.14º65.14%57.25%-
HSV(B)190.14º65.44%85.1%-
XYZ34.544.6572.44-
YUV160.45159.9167.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.46%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=15.46%
G=39.79%
B=44.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751932170.650.1100.15190.1465.1457.25
Hex4BC1D941B0Fbe4139
Octal1133013311011301727610171
Binary100101111000001110110011000001101101111101111101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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