#4B7AED

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

Shades of Royal Blue #4B7AED

Tints of Royal Blue #4B7AED

Color information

#4B7AED (or 0x4B7AED) is unknown color: approx Royal Blue. HEX triplet: 4B, 7A and ED. RGB value is (75,122,237). Sum of RGB (Red+Green+Blue) = 75+122+237=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #4B7AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7AED is #B48512. Grayscale: #787878. Windows color (decimal): -11830547 or 15563339. OLE color: 15563339.

HSL color Cylindrical-coordinate representation of color #4B7AED: hue angle of 222.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B7AED is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75122237-
CMYK0.680.4900.07
HSL222.59º81.82%61.18%-
HSV(B)222.59º68.35%92.94%-
XYZ25.1521.5382.95-
YUV121.06193.4395.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.28%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 237 (92.97% from 255) = 54.61%
R=17.28%
G=28.11%
B=54.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751222370.680.4900.07222.5981.8261.18
Hex4B7AED443107df523d
Octal113172355104610733712275
Binary100101111110101110110110001001100010111110111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,237); }

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

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

 a { background-color: rgb(75,122,237); }

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

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

 span { border-color: rgb(75,122,237); }

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