#4BBECE

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

Shades of Viking #4BBECE

Tints of Viking #4BBECE

Color information

#4BBECE (or 0x4BBECE) is unknown color: approx Viking. HEX triplet: 4B, BE and CE. RGB value is (75,190,206). Sum of RGB (Red+Green+Blue) = 75+190+206=471 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.92% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBECE is #B44131. Grayscale: #9D9D9D. Windows color (decimal): -11813170 or 13549131. OLE color: 13549131.

HSL color Cylindrical-coordinate representation of color #4BBECE: hue angle of 187.33º 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 #4BBECE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75190206-
CMYK0.640.0800.19
HSL187.33º57.21%55.1%-
HSV(B)187.33º63.59%80.78%-
XYZ32.4642.7864.94-
YUV157.44155.469.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.92%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=15.92%
G=40.34%
B=43.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751902060.640.0800.19187.3357.2155.1
Hex4BBECE408013bb3937
Octal113276316100100232737167
Binary100101110111110110011101000000100001001110111011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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