#4F61AF

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

Shades of Rich Blue #4F61AF

Tints of Rich Blue #4F61AF

Color information

#4F61AF (or 0x4F61AF) is unknown color: approx Rich Blue. HEX triplet: 4F, 61 and AF. RGB value is (79,97,175). Sum of RGB (Red+Green+Blue) = 79+97+175=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F61AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F61AF is #B09E50. Grayscale: #646464. Windows color (decimal): -11574865 or 11493711. OLE color: 11493711.

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

Color convert

RGB7997175-
CMYK0.550.4500.31
HSL228.75º37.8%49.8%-
HSV(B)228.75º54.86%68.63%-
XYZ15.2413.3142.32-
YUV100.51170.04112.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=22.51%
G=27.64%
B=49.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79971750.550.4500.31228.7537.849.8
Hex4F61AF372D01Fe52632
Octal11714125767550373454662
Binary100111111000011010111111011110110101111111100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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