#4CBCC3

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

Shades of Viking #4CBCC3

Tints of Viking #4CBCC3

Color information

#4CBCC3 (or 0x4CBCC3) is unknown color: approx Viking. HEX triplet: 4C, BC and C3. RGB value is (76,188,195). Sum of RGB (Red+Green+Blue) = 76+188+195=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #4CBCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCC3 is #B3433C. Grayscale: #9B9B9B. Windows color (decimal): -11748157 or 12827724. OLE color: 12827724.

HSL color Cylindrical-coordinate representation of color #4CBCC3: hue angle of 183.53º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CBCC3 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB76188195-
CMYK0.610.0400.24
HSL183.53º49.79%53.14%-
HSV(B)183.53º61.03%76.47%-
XYZ30.8141.4458.01-
YUV155.31150.3971.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.56%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 195 (76.56% from 255) = 42.48%
R=16.56%
G=40.96%
B=42.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761881950.610.0400.24183.5349.7953.14
Hex4CBCC33D4018b83235
Octal1142743037540302706265
Binary1001100101111001100001111110110001100010111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,188,195); }

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

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

 a { background-color: rgb(76,188,195); }

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

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

 span { border-color: rgb(76,188,195); }

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