#4B78FD

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

Shades of Royal Blue #4B78FD

Tints of Royal Blue #4B78FD

Color information

#4B78FD (or 0x4B78FD) is unknown color: approx Royal Blue. HEX triplet: 4B, 78 and FD. RGB value is (75,120,253). Sum of RGB (Red+Green+Blue) = 75+120+253=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #4B78FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B78FD is #B48702. Grayscale: #797979. Windows color (decimal): -11831043 or 16611403. OLE color: 16611403.

HSL color Cylindrical-coordinate representation of color #4B78FD: hue angle of 224.83º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B78FD is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75120253-
CMYK0.700.5300.01
HSL224.83º97.8%64.31%-
HSV(B)224.83º70.36%99.22%-
XYZ27.3522.0295.74-
YUV121.71202.0994.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.74%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=16.74%
G=26.79%
B=56.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751202530.700.5300.01224.8397.864.31
Hex4B78FD463501e16240
Octal1131703751066501341142100
Binary10010111111000111111011000110110101011110000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B78FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,120,253); }

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

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

 a { background-color: rgb(75,120,253); }

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

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

 span { border-color: rgb(75,120,253); }

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