#4758DD

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

Shades of Royal Blue #4758DD

Tints of Royal Blue #4758DD

Color information

#4758DD (or 0x4758DD) is unknown color: approx Royal Blue. HEX triplet: 47, 58 and DD. RGB value is (71,88,221). Sum of RGB (Red+Green+Blue) = 71+88+221=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #4758DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4758DD is #B8A722. Grayscale: #616161. Windows color (decimal): -12101411 or 14506055. OLE color: 14506055.

HSL color Cylindrical-coordinate representation of color #4758DD: hue angle of 233.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4758DD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7188221-
CMYK0.680.6000.13
HSL233.2º68.81%57.25%-
HSV(B)233.2º67.87%86.67%-
XYZ19.1413.5470.01-
YUV98.08197.37108.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.68%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 221 (86.72% from 255) = 58.16%
R=18.68%
G=23.16%
B=58.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71882210.680.6000.13233.268.8157.25
Hex4758DD443C0De94539
Octal1071303351047401535110571
Binary1000111101100011011101100010011110001101111010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4758DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4758DD; }

 p { color: rgb(71,88,221); }

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

<style>
 a { background-color: #4758DD; }

 a { background-color: rgb(71,88,221); }

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

<style>
 span { border-color: #4758DD; }

 span { border-color: rgb(71,88,221); }

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