#4484DB

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

Shades of Royal Blue #4484DB

Tints of Royal Blue #4484DB

Color information

#4484DB (or 0x4484DB) is unknown color: approx Royal Blue. HEX triplet: 44, 84 and DB. RGB value is (68,132,219). Sum of RGB (Red+Green+Blue) = 68+132+219=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #4484DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4484DB is #BB7B24. Grayscale: #7A7A7A. Windows color (decimal): -12286757 or 14386244. OLE color: 14386244.

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

Color convert

RGB68132219-
CMYK0.690.4000.14
HSL214.57º67.71%56.27%-
HSV(B)214.57º68.95%85.88%-
XYZ23.4222.8570.19-
YUV122.78182.388.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.23%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 219 (85.94% from 255) = 52.27%
R=16.23%
G=31.50%
B=52.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal681322190.690.4000.14214.5767.7156.27
Hex4484DB45280Ed74438
Octal1042043331055001632710470
Binary10001001000010011011011100010110100001110110101111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4484DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4484DB; }

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

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

<style>
 a { background-color: #4484DB; }

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

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

<style>
 span { border-color: #4484DB; }

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

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