#4D42AF

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

Shades of Rich Blue #4D42AF

Tints of Rich Blue #4D42AF

Color information

#4D42AF (or 0x4D42AF) is unknown color: approx Rich Blue. HEX triplet: 4D, 42 and AF. RGB value is (77,66,175). Sum of RGB (Red+Green+Blue) = 77+66+175=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D42AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D42AF is #B2BD50. Grayscale: #515151. Windows color (decimal): -11713873 or 11485773. OLE color: 11485773.

HSL color Cylindrical-coordinate representation of color #4D42AF: hue angle of 246.06º 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 #4D42AF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7766175-
CMYK0.560.6200.31
HSL246.06º45.23%47.25%-
HSV(B)246.06º62.29%68.63%-
XYZ12.758.5741.54-
YUV81.72180.64124.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.21%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 175 (68.75% from 255) = 55.03%
R=24.21%
G=20.75%
B=55.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77661750.560.6200.31246.0645.2347.25
Hex4D42AF383E01Ff62d2f
Octal11510225770760373665557
Binary100110110000101010111111100011111001111111110110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D42AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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