#4CBECC

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

Shades of Viking #4CBECC

Tints of Viking #4CBECC

Color information

#4CBECC (or 0x4CBECC) is unknown color: approx Viking. HEX triplet: 4C, BE and CC. RGB value is (76,190,204). Sum of RGB (Red+Green+Blue) = 76+190+204=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #4CBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBECC is #B34133. Grayscale: #9D9D9D. Windows color (decimal): -11747636 or 13418060. OLE color: 13418060.

HSL color Cylindrical-coordinate representation of color #4CBECC: hue angle of 186.56º 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 #4CBECC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB76190204-
CMYK0.630.0700.2
HSL186.56º55.65%54.9%-
HSV(B)186.56º62.75%80%-
XYZ32.2942.7263.67-
YUV157.51154.2369.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.17%
GREEN value IS 190 (74.61% from 255) = 40.43%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=16.17%
G=40.43%
B=43.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal761902040.630.0700.2186.5655.6554.9
Hex4CBECC3F7014bb3837
Octal1142763147770242737067
Binary1001100101111101100110011111111101010010111011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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