#4A68EA

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

Shades of Royal Blue #4A68EA

Tints of Royal Blue #4A68EA

Color information

#4A68EA (or 0x4A68EA) is unknown color: approx Royal Blue. HEX triplet: 4A, 68 and EA. RGB value is (74,104,234). Sum of RGB (Red+Green+Blue) = 74+104+234=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A68EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A68EA is #B59715. Grayscale: #6D6D6D. Windows color (decimal): -11900694 or 15362122. OLE color: 15362122.

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

Color convert

RGB74104234-
CMYK0.680.5600.08
HSL228.75º79.21%60.39%-
HSV(B)228.75º68.38%91.76%-
XYZ22.6317.379.99-
YUV109.85198.06102.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.96%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 234 (91.80% from 255) = 56.80%
R=17.96%
G=25.24%
B=56.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal741042340.680.5600.08228.7579.2160.39
Hex4A68EA443808e54f3c
Octal1121503521047001034511774
Binary1001010110100011101010100010011100001000111001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A68EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,104,234); }

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

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

 a { background-color: rgb(74,104,234); }

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

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

 span { border-color: rgb(74,104,234); }

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