#4f4fbc

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

Shades of Rich Blue #4F4FBC

Tints of Rich Blue #4F4FBC

Color information

#4F4FBC (or 0x4F4FBC) is unknown color: approx Rich Blue. HEX triplet: 4F, 4F and BC. RGB value is (79,79,188). Sum of RGB (Red+Green+Blue) = 79+79+188=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4FBC is #B0B043. Grayscale: #5A5A5A. Windows color (decimal): -11579460 or 12341071. OLE color: 12341071.

HSL color Cylindrical-coordinate representation of color #4F4FBC: hue angle of 240º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F4FBC is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7979188-
CMYK0.580.5800.26
HSL240º44.86%52.35%-
HSV(B)240º57.98%73.73%-
XYZ15.110.8948.88-
YUV91.43182.5119.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 188 (73.83% from 255) = 54.34%
R=22.83%
G=22.83%
B=54.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal79791880.580.5800.2624044.8652.35
Hex4F4FBC3A3A01Af02d34
Octal11711727472720323605564
Binary100111110011111011110011101011101001101011110000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f4fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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