#4586E1

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

Shades of Royal Blue #4586E1

Tints of Royal Blue #4586E1

Color information

#4586E1 (or 0x4586E1) is unknown color: approx Royal Blue. HEX triplet: 45, 86 and E1. RGB value is (69,134,225). Sum of RGB (Red+Green+Blue) = 69+134+225=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 225 (88.28% from 255 or 52.57% from 428); Max value from RGB is 225 - color contains mainly: blue. Hex color #4586E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586E1 is #BA791E. Grayscale: #7C7C7C. Windows color (decimal): -12220703 or 14779973. OLE color: 14779973.

HSL color Cylindrical-coordinate representation of color #4586E1: hue angle of 215º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4586E1 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB69134225-
CMYK0.690.4000.12
HSL215º72.22%57.65%-
HSV(B)215º69.33%88.24%-
XYZ24.5723.7574.52-
YUV124.94184.4788.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.12%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 225 (88.28% from 255) = 52.57%
R=16.12%
G=31.31%
B=52.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal691342250.690.4000.1221572.2257.65
Hex4586E145280Cd7483a
Octal1052063411055001432711072
Binary10001011000011011100001100010110100001100110101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4586E1; }

 p { color: rgb(69,134,225); }

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

<style>
 a { background-color: #4586E1; }

 a { background-color: rgb(69,134,225); }

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

<style>
 span { border-color: #4586E1; }

 span { border-color: rgb(69,134,225); }

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