#4B59DE

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

Shades of Royal Blue #4B59DE

Tints of Royal Blue #4B59DE

Color information

#4B59DE (or 0x4B59DE) is unknown color: approx Royal Blue. HEX triplet: 4B, 59 and DE. RGB value is (75,89,222). Sum of RGB (Red+Green+Blue) = 75+89+222=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B59DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B59DE is #B4A621. Grayscale: #636363. Windows color (decimal): -11839010 or 14571851. OLE color: 14571851.

HSL color Cylindrical-coordinate representation of color #4B59DE: hue angle of 234.29º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B59DE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7589222-
CMYK0.660.6000.13
HSL234.29º69.01%58.24%-
HSV(B)234.29º66.22%87.06%-
XYZ19.6613.9170.76-
YUV99.98196.86110.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.43%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 222 (87.11% from 255) = 57.51%
R=19.43%
G=23.06%
B=57.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75892220.660.6000.13234.2969.0158.24
Hex4B59DE423C0Dea453a
Octal1131313361027401535210572
Binary1001011101100111011110100001011110001101111010101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B59DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,89,222); }

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

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

 a { background-color: rgb(75,89,222); }

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

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

 span { border-color: rgb(75,89,222); }

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