#4CBEBF

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

Shades of Viking #4CBEBF

Tints of Viking #4CBEBF

Color information

#4CBEBF (or 0x4CBEBF) is unknown color: approx Viking. HEX triplet: 4C, BE and BF. RGB value is (76,190,191). Sum of RGB (Red+Green+Blue) = 76+190+191=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #4CBEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBEBF is #B34140. Grayscale: #9B9B9B. Windows color (decimal): -11747649 or 12566092. OLE color: 12566092.

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

Color convert

RGB76190191-
CMYK0.600.0100.25
HSL180.52º47.33%52.35%-
HSV(B)180.52º60.21%74.9%-
XYZ30.842.1255.8-
YUV156.03147.7370.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.63%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 191 (75% from 255) = 41.79%
R=16.63%
G=41.58%
B=41.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761901910.600.0100.25180.5247.3352.35
Hex4CBEBF3C1019b52f34
Octal1142762777410312655764
Binary10011001011111010111111111100101100110110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,190,191); }

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

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

 a { background-color: rgb(76,190,191); }

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

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

 span { border-color: rgb(76,190,191); }

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