#4A67EB

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

Shades of Royal Blue #4A67EB

Tints of Royal Blue #4A67EB

Color information

#4A67EB (or 0x4A67EB) is unknown color: approx Royal Blue. HEX triplet: 4A, 67 and EB. RGB value is (74,103,235). Sum of RGB (Red+Green+Blue) = 74+103+235=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A67EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A67EB is #B59814. Grayscale: #6C6C6C. Windows color (decimal): -11900949 or 15427402. OLE color: 15427402.

HSL color Cylindrical-coordinate representation of color #4A67EB: hue angle of 229.19º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A67EB is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB74103235-
CMYK0.690.5600.08
HSL229.19º80.1%60.59%-
HSV(B)229.19º68.51%92.16%-
XYZ22.6717.1580.71-
YUV109.38198.89102.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.96%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 57.04%
R=17.96%
G=25%
B=57.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal741032350.690.5600.08229.1980.160.59
Hex4A67EB453808e5503d
Octal1121473531057001034512075
Binary1001010110011111101011100010111100001000111001011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A67EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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