#4586EA

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

Shades of Royal Blue #4586EA

Tints of Royal Blue #4586EA

Color information

#4586EA (or 0x4586EA) is unknown color: approx Royal Blue. HEX triplet: 45, 86 and EA. RGB value is (69,134,234). Sum of RGB (Red+Green+Blue) = 69+134+234=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #4586EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4586EA is #BA7915. Grayscale: #7D7D7D. Windows color (decimal): -12220694 or 15369797. OLE color: 15369797.

HSL color Cylindrical-coordinate representation of color #4586EA: hue angle of 216.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4586EA is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB69134234-
CMYK0.710.4300.08
HSL216.36º79.71%59.41%-
HSV(B)216.36º70.51%91.76%-
XYZ25.8324.2681.16-
YUV125.96188.9787.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.79%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 234 (91.80% from 255) = 53.55%
R=15.79%
G=30.66%
B=53.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal691342340.710.4300.08216.3679.7159.41
Hex4586EA472B08d8503b
Octal1052063521075301033012073
Binary10001011000011011101010100011110101101000110110001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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