#4BBDCB

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

Shades of Viking #4BBDCB

Tints of Viking #4BBDCB

Color information

#4BBDCB (or 0x4BBDCB) is unknown color: approx Viking. HEX triplet: 4B, BD and CB. RGB value is (75,189,203). Sum of RGB (Red+Green+Blue) = 75+189+203=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BBDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBDCB is #B44234. Grayscale: #9C9C9C. Windows color (decimal): -11813429 or 13352267. OLE color: 13352267.

HSL color Cylindrical-coordinate representation of color #4BBDCB: hue angle of 186.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BBDCB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75189203-
CMYK0.630.0700.20
HSL186.56º55.17%54.51%-
HSV(B)186.56º63.05%79.61%-
XYZ31.8842.262.97-
YUV156.51154.2369.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.06%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=16.06%
G=40.47%
B=43.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751892030.630.0700.20186.5655.1754.51
Hex4BBDCB3F7014bb3737
Octal1132753137770242736767
Binary1001011101111011100101111111111101010010111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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