#4B7CDF

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

Shades of Royal Blue #4B7CDF

Tints of Royal Blue #4B7CDF

Color information

#4B7CDF (or 0x4B7CDF) is unknown color: approx Royal Blue. HEX triplet: 4B, 7C and DF. RGB value is (75,124,223). Sum of RGB (Red+Green+Blue) = 75+124+223=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B7CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CDF is #B48320. Grayscale: #787878. Windows color (decimal): -11830049 or 14646347. OLE color: 14646347.

HSL color Cylindrical-coordinate representation of color #4B7CDF: hue angle of 220.14º 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 #4B7CDF is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75124223-
CMYK0.660.4400.13
HSL220.14º69.81%58.43%-
HSV(B)220.14º66.37%87.45%-
XYZ23.4321.2472.68-
YUV120.64185.7795.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.77%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=17.77%
G=29.38%
B=52.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751242230.660.4400.13220.1469.8158.43
Hex4B7CDF422C0Ddc463a
Octal1131743371025401533410672
Binary1001011111110011011111100001010110001101110111001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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