#4768e4

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

Shades of Royal Blue #4768E4

Tints of Royal Blue #4768E4

Color information

#4768E4 (or 0x4768E4) is unknown color: approx Royal Blue. HEX triplet: 47, 68 and E4. RGB value is (71,104,228). Sum of RGB (Red+Green+Blue) = 71+104+228=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #4768E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4768E4 is #B8971B. Grayscale: #6B6B6B. Windows color (decimal): -12097308 or 14968903. OLE color: 14968903.

HSL color Cylindrical-coordinate representation of color #4768E4: hue angle of 227.39º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4768E4 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB71104228-
CMYK0.690.5400.11
HSL227.39º74.41%58.63%-
HSV(B)227.39º68.86%89.41%-
XYZ21.5516.8475.51-
YUV108.27195.57101.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.62%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 228 (89.45% from 255) = 56.58%
R=17.62%
G=25.81%
B=56.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal711042280.690.5400.11227.3974.4158.63
Hex4768E445360Be34a3b
Octal1071503441056601334311273
Binary1000111110100011100100100010111011001011111000111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4768e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4768e4; }

 p { color: rgb(71,104,228); }

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

<style>
 a { background-color: #4768e4; }

 a { background-color: rgb(71,104,228); }

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

<style>
 span { border-color: #4768e4; }

 span { border-color: rgb(71,104,228); }

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