#4BBBCE

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

Shades of Viking #4BBBCE

Tints of Viking #4BBBCE

Color information

#4BBBCE (or 0x4BBBCE) is unknown color: approx Viking. HEX triplet: 4B, BB and CE. RGB value is (75,187,206). Sum of RGB (Red+Green+Blue) = 75+187+206=468 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.03% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBBCE is #B44431. Grayscale: #9B9B9B. Windows color (decimal): -11813938 or 13548363. OLE color: 13548363.

HSL color Cylindrical-coordinate representation of color #4BBBCE: hue angle of 188.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BBBCE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75187206-
CMYK0.640.0900.19
HSL188.7º57.21%55.1%-
HSV(B)188.7º63.59%80.78%-
XYZ31.8141.4964.72-
YUV155.68156.3970.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.03%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 206 (80.86% from 255) = 44.02%
R=16.03%
G=39.96%
B=44.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751872060.640.0900.19188.757.2155.1
Hex4BBBCE409013bd3937
Octal113273316100110232757167
Binary100101110111011110011101000000100101001110111101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,187,206); }

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

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

 a { background-color: rgb(75,187,206); }

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

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

 span { border-color: rgb(75,187,206); }

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