#4A82DD

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

Shades of Royal Blue #4A82DD

Tints of Royal Blue #4A82DD

Color information

#4A82DD (or 0x4A82DD) is unknown color: approx Royal Blue. HEX triplet: 4A, 82 and DD. RGB value is (74,130,221). Sum of RGB (Red+Green+Blue) = 74+130+221=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A82DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A82DD is #B57D22. Grayscale: #7B7B7B. Windows color (decimal): -11894051 or 14516810. OLE color: 14516810.

HSL color Cylindrical-coordinate representation of color #4A82DD: hue angle of 217.14º 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 #4A82DD is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB74130221-
CMYK0.670.4100.13
HSL217.14º68.37%57.84%-
HSV(B)217.14º66.52%86.67%-
XYZ23.8622.6471.52-
YUV123.63182.9592.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.41%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 221 (86.72% from 255) = 52%
R=17.41%
G=30.59%
B=52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal741302210.670.4100.13217.1468.3757.84
Hex4A82DD43290Dd9443a
Octal1122023351035101533110472
Binary10010101000001011011101100001110100101101110110011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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