#4C51AD

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

Shades of Rich Blue #4C51AD

Tints of Rich Blue #4C51AD

Color information

#4C51AD (or 0x4C51AD) is unknown color: approx Rich Blue. HEX triplet: 4C, 51 and AD. RGB value is (76,81,173). Sum of RGB (Red+Green+Blue) = 76+81+173=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C51AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C51AD is #B3AE52. Grayscale: #595959. Windows color (decimal): -11775571 or 11358540. OLE color: 11358540.

HSL color Cylindrical-coordinate representation of color #4C51AD: hue angle of 236.91º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C51AD is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7681173-
CMYK0.560.5300.32
HSL236.91º38.96%48.82%-
HSV(B)236.91º56.07%67.84%-
XYZ13.4710.4440.84-
YUV89.99174.84118.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=23.03%
G=24.55%
B=52.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76811730.560.5300.32236.9138.9648.82
Hex4C51AD3835020ed2731
Octal11412125570650403554761
Binary1001100101000110101101111000110101010000011101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,81,173); }

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

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

 a { background-color: rgb(76,81,173); }

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

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

 span { border-color: rgb(76,81,173); }

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