#4B77E8

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

Shades of Royal Blue #4B77E8

Tints of Royal Blue #4B77E8

Color information

#4B77E8 (or 0x4B77E8) is unknown color: approx Royal Blue. HEX triplet: 4B, 77 and E8. RGB value is (75,119,232). Sum of RGB (Red+Green+Blue) = 75+119+232=426 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.61% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #4B77E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B77E8 is #B48817. Grayscale: #767676. Windows color (decimal): -11831320 or 15234891. OLE color: 15234891.

HSL color Cylindrical-coordinate representation of color #4B77E8: hue angle of 223.18º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B77E8 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB75119232-
CMYK0.680.4900.09
HSL223.18º77.34%60.2%-
HSV(B)223.18º67.67%90.98%-
XYZ24.0620.5279.04-
YUV118.73191.9296.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.61%
GREEN value IS 119 (46.88% from 255) = 27.93%
BLUE value IS 232 (91.02% from 255) = 54.46%
R=17.61%
G=27.93%
B=54.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal751192320.680.4900.09223.1877.3460.2
Hex4B77E8443109df4d3c
Octal1131673501046101133711574
Binary1001011111011111101000100010011000101001110111111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B77E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,232); }

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

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

 a { background-color: rgb(75,119,232); }

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

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

 span { border-color: rgb(75,119,232); }

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