#4B76FF

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

Shades of Royal Blue #4B76FF

Tints of Royal Blue #4B76FF

Color information

#4B76FF (or 0x4B76FF) is unknown color: approx Royal Blue. HEX triplet: 4B, 76 and FF. RGB value is (75,118,255). Sum of RGB (Red+Green+Blue) = 75+118+255=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #4B76FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B76FF is #B48900. Grayscale: #787878. Windows color (decimal): -11831553 or 16741963. OLE color: 16741963.

HSL color Cylindrical-coordinate representation of color #4B76FF: hue angle of 225.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B76FF is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB75118255-
CMYK0.710.5400
HSL225.67º100%64.71%-
HSV(B)225.67º70.59%100%-
XYZ27.4321.6797.35-
YUV120.76203.7595.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.74%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 255 (100% from 255) = 56.92%
R=16.74%
G=26.34%
B=56.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal751182550.710.5400225.6710064.71
Hex4B76FF473600e26441
Octal1131663771076600342144101
Binary10010111110110111111111000111110110001110001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B76FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,118,255); }

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

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

 a { background-color: rgb(75,118,255); }

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

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

 span { border-color: rgb(75,118,255); }

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