#4A61D6

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

Shades of Royal Blue #4A61D6

Tints of Royal Blue #4A61D6

Color information

#4A61D6 (or 0x4A61D6) is unknown color: approx Royal Blue. HEX triplet: 4A, 61 and D6. RGB value is (74,97,214). Sum of RGB (Red+Green+Blue) = 74+97+214=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A61D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A61D6 is #B59E29. Grayscale: #666666. Windows color (decimal): -11902506 or 14049610. OLE color: 14049610.

HSL color Cylindrical-coordinate representation of color #4A61D6: hue angle of 230.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A61D6 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7497214-
CMYK0.650.5500.16
HSL230.14º63.06%56.47%-
HSV(B)230.14º65.42%83.92%-
XYZ19.2414.8665.47-
YUV103.46190.38106.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.22%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=19.22%
G=25.19%
B=55.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74972140.650.5500.16230.1463.0656.47
Hex4A61D64137010e63f38
Octal112141326101670203467770
Binary1001010110000111010110100000111011101000011100110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A61D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,97,214); }

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

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

 a { background-color: rgb(74,97,214); }

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

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

 span { border-color: rgb(74,97,214); }

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