#4B66E0

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

Shades of Royal Blue #4B66E0

Tints of Royal Blue #4B66E0

Color information

#4B66E0 (or 0x4B66E0) is unknown color: approx Royal Blue. HEX triplet: 4B, 66 and E0. RGB value is (75,102,224). Sum of RGB (Red+Green+Blue) = 75+102+224=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #4B66E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B66E0 is #B4991F. Grayscale: #6B6B6B. Windows color (decimal): -11835680 or 14706251. OLE color: 14706251.

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

Color convert

RGB75102224-
CMYK0.670.5400.12
HSL229.13º70.62%58.63%-
HSV(B)229.13º66.52%87.84%-
XYZ21.1116.3872.57-
YUV107.84193.55104.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.70%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 224 (87.89% from 255) = 55.86%
R=18.70%
G=25.44%
B=55.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal751022240.670.5400.12229.1370.6258.63
Hex4B66E043360Ce5473b
Octal1131463401036601434510773
Binary1001011110011011100000100001111011001100111001011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B66E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,102,224); }

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

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

 a { background-color: rgb(75,102,224); }

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

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

 span { border-color: rgb(75,102,224); }

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