#4658DD

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

Shades of Royal Blue #4658DD

Tints of Royal Blue #4658DD

Color information

#4658DD (or 0x4658DD) is unknown color: approx Royal Blue. HEX triplet: 46, 58 and DD. RGB value is (70,88,221). Sum of RGB (Red+Green+Blue) = 70+88+221=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #4658DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4658DD is #B9A722. Grayscale: #616161. Windows color (decimal): -12166947 or 14506054. OLE color: 14506054.

HSL color Cylindrical-coordinate representation of color #4658DD: hue angle of 232.85º 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 #4658DD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7088221-
CMYK0.680.6000.13
HSL232.85º68.95%57.06%-
HSV(B)232.85º68.33%86.67%-
XYZ19.0713.570.01-
YUV97.78197.54108.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 221 (86.72% from 255) = 58.31%
R=18.47%
G=23.22%
B=58.31%

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
Decimal70882210.680.6000.13232.8568.9557.06
Hex4658DD443C0De94539
Octal1061303351047401535110571
Binary1000110101100011011101100010011110001101111010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4658DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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