#4586DE

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

Shades of Royal Blue #4586DE

Tints of Royal Blue #4586DE

Color information

#4586DE (or 0x4586DE) is unknown color: approx Royal Blue. HEX triplet: 45, 86 and DE. RGB value is (69,134,222). Sum of RGB (Red+Green+Blue) = 69+134+222=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #4586DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586DE is #BA7921. Grayscale: #7C7C7C. Windows color (decimal): -12220706 or 14583365. OLE color: 14583365.

HSL color Cylindrical-coordinate representation of color #4586DE: hue angle of 214.51º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4586DE is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69134222-
CMYK0.690.4000.13
HSL214.51º69.86%57.06%-
HSV(B)214.51º68.92%87.06%-
XYZ24.1623.5972.39-
YUV124.6182.9788.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.24%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=16.24%
G=31.53%
B=52.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691342220.690.4000.13214.5169.8657.06
Hex4586DE45280Dd74639
Octal1052063361055001532710671
Binary10001011000011011011110100010110100001101110101111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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