#4BB8BE

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

Shades of Viking #4BB8BE

Tints of Viking #4BB8BE

Color information

#4BB8BE (or 0x4BB8BE) is unknown color: approx Viking. HEX triplet: 4B, B8 and BE. RGB value is (75,184,190). Sum of RGB (Red+Green+Blue) = 75+184+190=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BB8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BB8BE is #B44741. Grayscale: #979797. Windows color (decimal): -11814722 or 12499019. OLE color: 12499019.

HSL color Cylindrical-coordinate representation of color #4BB8BE: hue angle of 183.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BB8BE is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75184190-
CMYK0.610.0300.25
HSL183.13º46.94%51.96%-
HSV(B)183.13º60.53%74.51%-
XYZ29.3439.4954.79-
YUV152.09149.3973.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.70%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=16.70%
G=40.98%
B=42.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751841900.610.0300.25183.1346.9451.96
Hex4BB8BE3D3019b72f34
Octal1132702767530312675764
Binary100101110111000101111101111011101100110110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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