#486CCF

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

Shades of Royal Blue #486CCF

Tints of Royal Blue #486CCF

Color information

#486CCF (or 0x486CCF) is unknown color: approx Royal Blue. HEX triplet: 48, 6C and CF. RGB value is (72,108,207). Sum of RGB (Red+Green+Blue) = 72+108+207=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #486CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486CCF is #B79330. Grayscale: #6C6C6C. Windows color (decimal): -12030769 or 13593672. OLE color: 13593672.

HSL color Cylindrical-coordinate representation of color #486CCF: hue angle of 224º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486CCF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72108207-
CMYK0.650.4800.19
HSL224º58.44%54.71%-
HSV(B)224º65.22%81.18%-
XYZ19.316.6161.22-
YUV108.52183.57101.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 207 (81.25% from 255) = 53.49%
R=18.60%
G=27.91%
B=53.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721082070.650.4800.1922458.4454.71
Hex486CCF4130013e03a37
Octal110154317101600233407267
Binary1001000110110011001111100000111000001001111100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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