#4F4CAA

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

Shades of Rich Blue #4F4CAA

Tints of Rich Blue #4F4CAA

Color information

#4F4CAA (or 0x4F4CAA) is unknown color: approx Rich Blue. HEX triplet: 4F, 4C and AA. RGB value is (79,76,170). Sum of RGB (Red+Green+Blue) = 79+76+170=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F4CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4CAA is #B0B355. Grayscale: #575757. Windows color (decimal): -11580246 or 11160655. OLE color: 11160655.

HSL color Cylindrical-coordinate representation of color #4F4CAA: hue angle of 241.91º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F4CAA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7976170-
CMYK0.540.5500.33
HSL241.91º38.21%48.24%-
HSV(B)241.91º55.29%66.67%-
XYZ13.069.7339.22-
YUV87.61174.49121.86-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=24.31%
G=23.38%
B=52.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79761700.540.5500.33241.9138.2148.24
Hex4F4CAA3637021f22630
Octal11711425266670413624660
Binary1001111100110010101010110110110111010000111110010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,76,170); }

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

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

 a { background-color: rgb(79,76,170); }

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

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

 span { border-color: rgb(79,76,170); }

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