#4A5ADD

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

Shades of Royal Blue #4A5ADD

Tints of Royal Blue #4A5ADD

Color information

#4A5ADD (or 0x4A5ADD) is unknown color: approx Royal Blue. HEX triplet: 4A, 5A and DD. RGB value is (74,90,221). Sum of RGB (Red+Green+Blue) = 74+90+221=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A5ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ADD is #B5A522. Grayscale: #636363. Windows color (decimal): -11904291 or 14506570. OLE color: 14506570.

HSL color Cylindrical-coordinate representation of color #4A5ADD: hue angle of 233.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A5ADD is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7490221-
CMYK0.670.5900.13
HSL233.47º68.37%57.84%-
HSV(B)233.47º66.52%86.67%-
XYZ19.5313.9970.08-
YUV100.15196.2109.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 221 (86.72% from 255) = 57.40%
R=19.22%
G=23.38%
B=57.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74902210.670.5900.13233.4768.3757.84
Hex4A5ADD433B0De9443a
Octal1121323351037301535110472
Binary1001010101101011011101100001111101101101111010011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5ADD; }

 p { color: rgb(74,90,221); }

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

<style>
 a { background-color: #4A5ADD; }

 a { background-color: rgb(74,90,221); }

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

<style>
 span { border-color: #4A5ADD; }

 span { border-color: rgb(74,90,221); }

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