#486CDB

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

Shades of Royal Blue #486CDB

Tints of Royal Blue #486CDB

Color information

#486CDB (or 0x486CDB) is unknown color: approx Royal Blue. HEX triplet: 48, 6C and DB. RGB value is (72,108,219). Sum of RGB (Red+Green+Blue) = 72+108+219=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #486CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CDB is #B79324. Grayscale: #6D6D6D. Windows color (decimal): -12030757 or 14380104. OLE color: 14380104.

HSL color Cylindrical-coordinate representation of color #486CDB: hue angle of 225.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #486CDB is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB72108219-
CMYK0.670.5100.14
HSL225.31º67.12%57.06%-
HSV(B)225.31º67.12%85.88%-
XYZ20.8217.2269.24-
YUV109.89189.57100.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 219 (85.94% from 255) = 54.89%
R=18.05%
G=27.07%
B=54.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal721082190.670.5100.14225.3167.1257.06
Hex486CDB43330Ee14339
Octal1101543331036301634110371
Binary1001000110110011011011100001111001101110111000011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486CDB; }

 p { color: rgb(72,108,219); }

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

<style>
 a { background-color: #486CDB; }

 a { background-color: rgb(72,108,219); }

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

<style>
 span { border-color: #486CDB; }

 span { border-color: rgb(72,108,219); }

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