#4584db

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

Shades of Royal Blue #4584DB

Tints of Royal Blue #4584DB

Color information

#4584DB (or 0x4584DB) is unknown color: approx Royal Blue. HEX triplet: 45, 84 and DB. RGB value is (69,132,219). Sum of RGB (Red+Green+Blue) = 69+132+219=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #4584DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584DB is #BA7B24. Grayscale: #7A7A7A. Windows color (decimal): -12221221 or 14386245. OLE color: 14386245.

HSL color Cylindrical-coordinate representation of color #4584DB: hue angle of 214.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4584DB is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69132219-
CMYK0.680.4000.14
HSL214.8º67.57%56.47%-
HSV(B)214.8º68.49%85.88%-
XYZ23.4922.8870.2-
YUV123.08182.1389.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.43%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=16.43%
G=31.43%
B=52.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal691322190.680.4000.14214.867.5756.47
Hex4584DB44280Ed74438
Octal1052043331045001632710470
Binary10001011000010011011011100010010100001110110101111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4584db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4584db; }

 p { color: rgb(69,132,219); }

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

<style>
 a { background-color: #4584db; }

 a { background-color: rgb(69,132,219); }

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

<style>
 span { border-color: #4584db; }

 span { border-color: rgb(69,132,219); }

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