#4A83DD

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

Shades of Royal Blue #4A83DD

Tints of Royal Blue #4A83DD

Color information

#4A83DD (or 0x4A83DD) is unknown color: approx Royal Blue. HEX triplet: 4A, 83 and DD. RGB value is (74,131,221). Sum of RGB (Red+Green+Blue) = 74+131+221=426 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.37% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A83DD is #B57C22. Grayscale: #7B7B7B. Windows color (decimal): -11893795 or 14517066. OLE color: 14517066.

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

Color convert

RGB74131221-
CMYK0.670.4100.13
HSL216.73º68.37%57.84%-
HSV(B)216.73º66.52%86.67%-
XYZ23.9922.9171.56-
YUV124.22182.6292.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.37%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=17.37%
G=30.75%
B=51.88%

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
Decimal741312210.670.4100.13216.7368.3757.84
Hex4A83DD43290Dd9443a
Octal1122033351035101533110472
Binary10010101000001111011101100001110100101101110110011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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