#4F45BD

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

Shades of Rich Blue #4F45BD

Tints of Rich Blue #4F45BD

Color information

#4F45BD (or 0x4F45BD) is unknown color: approx Rich Blue. HEX triplet: 4F, 45 and BD. RGB value is (79,69,189). Sum of RGB (Red+Green+Blue) = 79+69+189=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F45BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F45BD is #B0BA42. Grayscale: #555555. Windows color (decimal): -11582019 or 12404047. OLE color: 12404047.

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

Color convert

RGB7969189-
CMYK0.580.6300.26
HSL245º47.62%50.59%-
HSV(B)245º63.49%74.12%-
XYZ14.549.5949.23-
YUV85.67186.31123.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=23.44%
G=20.47%
B=56.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal79691890.580.6300.2624547.6250.59
Hex4F45BD3A3F01Af53033
Octal11710527572770323656063
Binary100111110001011011110111101011111101101011110101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,189); }

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

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

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

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

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

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

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