#4F61AD

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

Shades of Rich Blue #4F61AD

Tints of Rich Blue #4F61AD

Color information

#4F61AD (or 0x4F61AD) is unknown color: approx Rich Blue. HEX triplet: 4F, 61 and AD. RGB value is (79,97,173). Sum of RGB (Red+Green+Blue) = 79+97+173=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F61AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F61AD is #B09E52. Grayscale: #636363. Windows color (decimal): -11574867 or 11362639. OLE color: 11362639.

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

Color convert

RGB7997173-
CMYK0.540.4400.32
HSL228.51º37.3%49.41%-
HSV(B)228.51º54.34%67.84%-
XYZ15.0413.2341.3-
YUV100.28169.04112.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.64%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 173 (67.97% from 255) = 49.57%
R=22.64%
G=27.79%
B=49.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79971730.540.4400.32228.5137.349.41
Hex4F61AD362C020e52531
Octal11714125566540403454561
Binary1001111110000110101101110110101100010000011100101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,173); }

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

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

 a { background-color: rgb(79,97,173); }

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

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

 span { border-color: rgb(79,97,173); }

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