#4CBFCC

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

Shades of Viking #4CBFCC

Tints of Viking #4CBFCC

Color information

#4CBFCC (or 0x4CBFCC) is unknown color: approx Viking. HEX triplet: 4C, BF and CC. RGB value is (76,191,204). Sum of RGB (Red+Green+Blue) = 76+191+204=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CBFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBFCC is #B34033. Grayscale: #9D9D9D. Windows color (decimal): -11747380 or 13418316. OLE color: 13418316.

HSL color Cylindrical-coordinate representation of color #4CBFCC: hue angle of 186.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBFCC is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB76191204-
CMYK0.630.0600.2
HSL186.09º55.65%54.9%-
HSV(B)186.09º62.75%80%-
XYZ32.5143.1663.74-
YUV158.1153.969.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.14%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=16.14%
G=40.55%
B=43.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal761912040.630.0600.2186.0955.6554.9
Hex4CBFCC3F6014ba3837
Octal1142773147760242727067
Binary1001100101111111100110011111111001010010111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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