#4CBECA

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

Shades of Viking #4CBECA

Tints of Viking #4CBECA

Color information

#4CBECA (or 0x4CBECA) is unknown color: approx Viking. HEX triplet: 4C, BE and CA. RGB value is (76,190,202). Sum of RGB (Red+Green+Blue) = 76+190+202=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CBECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBECA is #B34135. Grayscale: #9D9D9D. Windows color (decimal): -11747638 or 13286988. OLE color: 13286988.

HSL color Cylindrical-coordinate representation of color #4CBECA: hue angle of 185.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBECA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB76190202-
CMYK0.620.0600.21
HSL185.71º54.31%54.51%-
HSV(B)185.71º62.38%79.22%-
XYZ32.0542.6362.42-
YUV157.28153.2370.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.24%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=16.24%
G=40.60%
B=43.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761902020.620.0600.21185.7154.3154.51
Hex4CBECA3E6015ba3637
Octal1142763127660252726667
Binary1001100101111101100101011111011001010110111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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