#486ECA

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

Shades of Royal Blue #486ECA

Tints of Royal Blue #486ECA

Color information

#486ECA (or 0x486ECA) is unknown color: approx Royal Blue. HEX triplet: 48, 6E and CA. RGB value is (72,110,202). Sum of RGB (Red+Green+Blue) = 72+110+202=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #486ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486ECA is #B79135. Grayscale: #6C6C6C. Windows color (decimal): -12030262 or 13266504. OLE color: 13266504.

HSL color Cylindrical-coordinate representation of color #486ECA: hue angle of 222.46º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486ECA is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72110202-
CMYK0.640.4600.21
HSL222.46º55.08%53.73%-
HSV(B)222.46º64.36%79.22%-
XYZ18.9116.7958.12-
YUV109.13180.41101.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 110 (43.36% from 255) = 28.65%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=18.75%
G=28.65%
B=52.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721102020.640.4600.21222.4655.0853.73
Hex486ECA402E015de3736
Octal110156312100560253366766
Binary1001000110111011001010100000010111001010111011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,202); }

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

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

 a { background-color: rgb(72,110,202); }

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

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

 span { border-color: rgb(72,110,202); }

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