#4BBECB

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

Shades of Viking #4BBECB

Tints of Viking #4BBECB

Color information

#4BBECB (or 0x4BBECB) is unknown color: approx Viking. HEX triplet: 4B, BE and CB. RGB value is (75,190,203). Sum of RGB (Red+Green+Blue) = 75+190+203=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #4BBECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBECB is #B44134. Grayscale: #9C9C9C. Windows color (decimal): -11813173 or 13352523. OLE color: 13352523.

HSL color Cylindrical-coordinate representation of color #4BBECB: hue angle of 186.09º 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 #4BBECB is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75190203-
CMYK0.630.0600.20
HSL186.09º55.17%54.51%-
HSV(B)186.09º63.05%79.61%-
XYZ32.0942.6363.04-
YUV157.1153.969.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.03%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=16.03%
G=40.60%
B=43.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751902030.630.0600.20186.0955.1754.51
Hex4BBECB3F6014ba3737
Octal1132763137760242726767
Binary1001011101111101100101111111111001010010111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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