#4BBEDA

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

Shades of Viking #4BBEDA

Tints of Viking #4BBEDA

Color information

#4BBEDA (or 0x4BBEDA) is unknown color: approx Viking. HEX triplet: 4B, BE and DA. RGB value is (75,190,218). Sum of RGB (Red+Green+Blue) = 75+190+218=483 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.53% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BBEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBEDA is #B44125. Grayscale: #9E9E9E. Windows color (decimal): -11813158 or 14335563. OLE color: 14335563.

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

Color convert

RGB75190218-
CMYK0.660.1300.15
HSL191.75º65.9%57.45%-
HSV(B)191.75º65.6%85.49%-
XYZ33.9743.3872.91-
YUV158.81161.468.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.53%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=15.53%
G=39.34%
B=45.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751902180.660.1300.15191.7565.957.45
Hex4BBEDA42D0Fc04239
Octal1132763321021501730010271
Binary100101110111110110110101000010110101111110000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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