#485BDA

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

Shades of Royal Blue #485BDA

Tints of Royal Blue #485BDA

Color information

#485BDA (or 0x485BDA) is unknown color: approx Royal Blue. HEX triplet: 48, 5B and DA. RGB value is (72,91,218). Sum of RGB (Red+Green+Blue) = 72+91+218=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #485BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485BDA is #B7A425. Grayscale: #636363. Windows color (decimal): -12035110 or 14310216. OLE color: 14310216.

HSL color Cylindrical-coordinate representation of color #485BDA: hue angle of 232.19º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #485BDA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7291218-
CMYK0.670.5800.15
HSL232.19º66.36%56.86%-
HSV(B)232.19º66.97%85.49%-
XYZ19.0713.9268.01-
YUV99.8194.71108.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=18.90%
G=23.88%
B=57.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal72912180.670.5800.15232.1966.3656.86
Hex485BDA433A0Fe84239
Octal1101333321037201735010271
Binary1001000101101111011010100001111101001111111010001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485BDA; }

 p { color: rgb(72,91,218); }

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

<style>
 a { background-color: #485BDA; }

 a { background-color: rgb(72,91,218); }

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

<style>
 span { border-color: #485BDA; }

 span { border-color: rgb(72,91,218); }

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