#4B78DF

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

Shades of Royal Blue #4B78DF

Tints of Royal Blue #4B78DF

Color information

#4B78DF (or 0x4B78DF) is unknown color: approx Royal Blue. HEX triplet: 4B, 78 and DF. RGB value is (75,120,223). Sum of RGB (Red+Green+Blue) = 75+120+223=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B78DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B78DF is #B48720. Grayscale: #757575. Windows color (decimal): -11831073 or 14645323. OLE color: 14645323.

HSL color Cylindrical-coordinate representation of color #4B78DF: hue angle of 221.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B78DF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75120223-
CMYK0.660.4600.13
HSL221.76º69.81%58.43%-
HSV(B)221.76º66.37%87.45%-
XYZ22.9420.2672.51-
YUV118.29187.0997.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 223 (87.5% from 255) = 53.35%
R=17.94%
G=28.71%
B=53.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751202230.660.4600.13221.7669.8158.43
Hex4B78DF422E0Dde463a
Octal1131703371025601533610672
Binary1001011111100011011111100001010111001101110111101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B78DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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