#4B7DE5

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

Shades of Royal Blue #4B7DE5

Tints of Royal Blue #4B7DE5

Color information

#4B7DE5 (or 0x4B7DE5) is unknown color: approx Royal Blue. HEX triplet: 4B, 7D and E5. RGB value is (75,125,229). Sum of RGB (Red+Green+Blue) = 75+125+229=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #4B7DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7DE5 is #B4821A. Grayscale: #797979. Windows color (decimal): -11829787 or 15039819. OLE color: 15039819.

HSL color Cylindrical-coordinate representation of color #4B7DE5: hue angle of 220.52º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B7DE5 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB75125229-
CMYK0.670.4500.10
HSL220.52º74.76%59.61%-
HSV(B)220.52º67.25%89.8%-
XYZ24.3821.8277.06-
YUV121.91188.4494.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.48%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 229 (89.84% from 255) = 53.38%
R=17.48%
G=29.14%
B=53.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal751252290.670.4500.10220.5274.7659.61
Hex4B7DE5432D0Add4b3c
Octal1131753451035501233511374
Binary1001011111110111100101100001110110101010110111011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,125,229); }

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

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

 a { background-color: rgb(75,125,229); }

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

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

 span { border-color: rgb(75,125,229); }

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