#4958DE

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

Shades of Royal Blue #4958DE

Tints of Royal Blue #4958DE

Color information

#4958DE (or 0x4958DE) is unknown color: approx Royal Blue. HEX triplet: 49, 58 and DE. RGB value is (73,88,222). Sum of RGB (Red+Green+Blue) = 73+88+222=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #4958DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4958DE is #B6A721. Grayscale: #626262. Windows color (decimal): -11970338 or 14571593. OLE color: 14571593.

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

Color convert

RGB7388222-
CMYK0.670.6000.13
HSL233.96º69.3%57.84%-
HSV(B)233.96º67.12%87.06%-
XYZ19.4213.6770.72-
YUV98.79197.53109.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 222 (87.11% from 255) = 57.96%
R=19.06%
G=22.98%
B=57.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal73882220.670.6000.13233.9669.357.84
Hex4958DE433C0Dea453a
Octal1111303361037401535210572
Binary1001001101100011011110100001111110001101111010101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4958DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4958DE; }

 p { color: rgb(73,88,222); }

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

<style>
 a { background-color: #4958DE; }

 a { background-color: rgb(73,88,222); }

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

<style>
 span { border-color: #4958DE; }

 span { border-color: rgb(73,88,222); }

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