#4c5eb3

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

Shades of Rich Blue #4C5EB3

Tints of Rich Blue #4C5EB3

Color information

#4C5EB3 (or 0x4C5EB3) is unknown color: approx Rich Blue. HEX triplet: 4C, 5E and B3. RGB value is (76,94,179). Sum of RGB (Red+Green+Blue) = 76+94+179=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C5EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5EB3 is #B3A14C. Grayscale: #616161. Windows color (decimal): -11772237 or 11755084. OLE color: 11755084.

HSL color Cylindrical-coordinate representation of color #4C5EB3: hue angle of 229.51º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C5EB3 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7694179-
CMYK0.580.4700.30
HSL229.51º40.39%50%-
HSV(B)229.51º57.54%70.2%-
XYZ15.1212.844.32-
YUV98.31173.54112.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=21.78%
G=26.93%
B=51.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76941790.580.4700.30229.5140.3950
Hex4C5EB33A2F01Ee62832
Octal11413626372570363465062
Binary100110010111101011001111101010111101111011100110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c5eb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,94,179); }

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

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

 a { background-color: rgb(76,94,179); }

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

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

 span { border-color: rgb(76,94,179); }

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