#4C42AF

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

Shades of Rich Blue #4C42AF

Tints of Rich Blue #4C42AF

Color information

#4C42AF (or 0x4C42AF) is unknown color: approx Rich Blue. HEX triplet: 4C, 42 and AF. RGB value is (76,66,175). Sum of RGB (Red+Green+Blue) = 76+66+175=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C42AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C42AF is #B3BD50. Grayscale: #505050. Windows color (decimal): -11779409 or 11485772. OLE color: 11485772.

HSL color Cylindrical-coordinate representation of color #4C42AF: hue angle of 245.5º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C42AF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7666175-
CMYK0.570.6200.31
HSL245.5º45.23%47.25%-
HSV(B)245.5º62.29%68.63%-
XYZ12.678.5341.54-
YUV81.42180.81124.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=23.97%
G=20.82%
B=55.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76661750.570.6200.31245.545.2347.25
Hex4C42AF393E01Ff62d2f
Octal11410225771760373665557
Binary100110010000101010111111100111111001111111110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C42AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,66,175); }

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

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

 a { background-color: rgb(76,66,175); }

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

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

 span { border-color: rgb(76,66,175); }

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