#4A81DC

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

Shades of Royal Blue #4A81DC

Tints of Royal Blue #4A81DC

Color information

#4A81DC (or 0x4A81DC) is unknown color: approx Royal Blue. HEX triplet: 4A, 81 and DC. RGB value is (74,129,220). Sum of RGB (Red+Green+Blue) = 74+129+220=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A81DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81DC is #B57E23. Grayscale: #7A7A7A. Windows color (decimal): -11894308 or 14451018. OLE color: 14451018.

HSL color Cylindrical-coordinate representation of color #4A81DC: hue angle of 217.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A81DC is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB74129220-
CMYK0.660.4100.14
HSL217.4º67.59%57.65%-
HSV(B)217.4º66.36%86.27%-
XYZ23.5922.3270.78-
YUV122.93182.7893.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.49%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=17.49%
G=30.50%
B=52.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal741292200.660.4100.14217.467.5957.65
Hex4A81DC42290Ed9443a
Octal1122013341025101633110472
Binary10010101000000111011100100001010100101110110110011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,129,220); }

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

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

 a { background-color: rgb(74,129,220); }

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

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

 span { border-color: rgb(74,129,220); }

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