#4F4FB0

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

Shades of Rich Blue #4F4FB0

Tints of Rich Blue #4F4FB0

Color information

#4F4FB0 (or 0x4F4FB0) is unknown color: approx Rich Blue. HEX triplet: 4F, 4F and B0. RGB value is (79,79,176). Sum of RGB (Red+Green+Blue) = 79+79+176=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #4F4FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F4FB0 is #B0B04F. Grayscale: #595959. Windows color (decimal): -11579472 or 11554639. OLE color: 11554639.

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

Color convert

RGB7979176-
CMYK0.550.5500.31
HSL240º38.04%50%-
HSV(B)240º55.11%69.02%-
XYZ13.8610.3942.35-
YUV90.06176.5120.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.65%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 176 (69.14% from 255) = 52.69%
R=23.65%
G=23.65%
B=52.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal79791760.550.5500.3124038.0450
Hex4F4FB0373701Ff02632
Octal11711726067670373604662
Binary100111110011111011000011011111011101111111110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,79,176); }

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

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

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

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

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

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

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