#4B6ADF

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

Shades of Royal Blue #4B6ADF

Tints of Royal Blue #4B6ADF

Color information

#4B6ADF (or 0x4B6ADF) is unknown color: approx Royal Blue. HEX triplet: 4B, 6A and DF. RGB value is (75,106,223). Sum of RGB (Red+Green+Blue) = 75+106+223=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B6ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ADF is #B49520. Grayscale: #6D6D6D. Windows color (decimal): -11834657 or 14641739. OLE color: 14641739.

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

Color convert

RGB75106223-
CMYK0.660.5200.13
HSL227.43º69.81%58.43%-
HSV(B)227.43º66.37%87.45%-
XYZ21.3717.1371.99-
YUV110.07191.73102.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.56%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 223 (87.5% from 255) = 55.20%
R=18.56%
G=26.24%
B=55.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751062230.660.5200.13227.4369.8158.43
Hex4B6ADF42340De3463a
Octal1131523371026401534310672
Binary1001011110101011011111100001011010001101111000111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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