#4D60B3

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

Shades of Rich Blue #4D60B3

Tints of Rich Blue #4D60B3

Color information

#4D60B3 (or 0x4D60B3) is unknown color: approx Rich Blue. HEX triplet: 4D, 60 and B3. RGB value is (77,96,179). Sum of RGB (Red+Green+Blue) = 77+96+179=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D60B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D60B3 is #B29F4C. Grayscale: #636363. Windows color (decimal): -11706189 or 11755597. OLE color: 11755597.

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

Color convert

RGB7796179-
CMYK0.570.4600.30
HSL228.82º40.16%50.2%-
HSV(B)228.82º56.98%70.2%-
XYZ15.3813.244.38-
YUV99.78172.71111.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.88%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=21.88%
G=27.27%
B=50.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77961790.570.4600.30228.8240.1650.2
Hex4D60B3392E01Ee52832
Octal11514026371560363455062
Binary100110111000001011001111100110111001111011100101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D60B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,179); }

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

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

 a { background-color: rgb(77,96,179); }

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

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

 span { border-color: rgb(77,96,179); }

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