#4A66D6

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

Shades of Royal Blue #4A66D6

Tints of Royal Blue #4A66D6

Color information

#4A66D6 (or 0x4A66D6) is unknown color: approx Royal Blue. HEX triplet: 4A, 66 and D6. RGB value is (74,102,214). Sum of RGB (Red+Green+Blue) = 74+102+214=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A66D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A66D6 is #B59929. Grayscale: #696969. Windows color (decimal): -11901226 or 14050890. OLE color: 14050890.

HSL color Cylindrical-coordinate representation of color #4A66D6: hue angle of 228º 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 #4A66D6 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB74102214-
CMYK0.650.5200.16
HSL228º63.06%56.47%-
HSV(B)228º65.42%83.92%-
XYZ19.7115.8165.63-
YUV106.4188.72104.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.97%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=18.97%
G=26.15%
B=54.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal741022140.650.5200.1622863.0656.47
Hex4A66D64134010e43f38
Octal112146326101640203447770
Binary1001010110011011010110100000111010001000011100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A66D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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