#4F43BC

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

Shades of Rich Blue #4F43BC

Tints of Rich Blue #4F43BC

Color information

#4F43BC (or 0x4F43BC) is unknown color: approx Rich Blue. HEX triplet: 4F, 43 and BC. RGB value is (79,67,188). Sum of RGB (Red+Green+Blue) = 79+67+188=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F43BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F43BC is #B0BC43. Grayscale: #535353. Windows color (decimal): -11582532 or 12337999. OLE color: 12337999.

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

Color convert

RGB7967188-
CMYK0.580.6400.26
HSL245.95º47.45%50%-
HSV(B)245.95º64.36%73.73%-
XYZ14.319.3148.62-
YUV84.38186.48124.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.65%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 188 (73.83% from 255) = 56.29%
R=23.65%
G=20.06%
B=56.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal79671880.580.6400.26245.9547.4550
Hex4F43BC3A4001Af62f32
Octal117103274721000323665762
Binary1001111100001110111100111010100000001101011110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F43BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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