#4A67D6

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

Shades of Royal Blue #4A67D6

Tints of Royal Blue #4A67D6

Color information

#4A67D6 (or 0x4A67D6) is unknown color: approx Royal Blue. HEX triplet: 4A, 67 and D6. RGB value is (74,103,214). Sum of RGB (Red+Green+Blue) = 74+103+214=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A67D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A67D6 is #B59829. Grayscale: #6A6A6A. Windows color (decimal): -11900970 or 14051146. OLE color: 14051146.

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

Color convert

RGB74103214-
CMYK0.650.5200.16
HSL227.57º63.06%56.47%-
HSV(B)227.57º65.42%83.92%-
XYZ19.8116.0165.66-
YUV106.98188.39104.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.93%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=18.93%
G=26.34%
B=54.73%

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
Decimal741032140.650.5200.16227.5763.0656.47
Hex4A67D64134010e43f38
Octal112147326101640203447770
Binary1001010110011111010110100000111010001000011100100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A67D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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