#4B7AEE

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

Shades of Royal Blue #4B7AEE

Tints of Royal Blue #4B7AEE

Color information

#4B7AEE (or 0x4B7AEE) is unknown color: approx Royal Blue. HEX triplet: 4B, 7A and EE. RGB value is (75,122,238). Sum of RGB (Red+Green+Blue) = 75+122+238=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B7AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7AEE is #B48511. Grayscale: #787878. Windows color (decimal): -11830546 or 15628875. OLE color: 15628875.

HSL color Cylindrical-coordinate representation of color #4B7AEE: hue angle of 222.7º degrees, saturation: 0.83, 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 #4B7AEE is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75122238-
CMYK0.680.4900.07
HSL222.7º82.74%61.37%-
HSV(B)222.7º68.49%93.33%-
XYZ25.2921.5983.72-
YUV121.17193.9395.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.24%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=17.24%
G=28.05%
B=54.71%

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
Decimal751222380.680.4900.07222.782.7461.37
Hex4B7AEE443107df533d
Octal113172356104610733712375
Binary100101111110101110111010001001100010111110111111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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