#4965ED

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

Shades of Royal Blue #4965ED

Tints of Royal Blue #4965ED

Color information

#4965ED (or 0x4965ED) is unknown color: approx Royal Blue. HEX triplet: 49, 65 and ED. RGB value is (73,101,237). Sum of RGB (Red+Green+Blue) = 73+101+237=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #4965ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4965ED is #B69A12. Grayscale: #6B6B6B. Windows color (decimal): -11966995 or 15557961. OLE color: 15557961.

HSL color Cylindrical-coordinate representation of color #4965ED: hue angle of 229.76º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4965ED is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73101237-
CMYK0.690.5700.07
HSL229.76º82%60.78%-
HSV(B)229.76º69.2%92.94%-
XYZ22.6916.8482.18-
YUV108.13200.72102.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 237 (92.97% from 255) = 57.66%
R=17.76%
G=24.57%
B=57.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal731012370.690.5700.07229.768260.78
Hex4965ED453907e6523d
Octal111145355105710734612275
Binary100100111001011110110110001011110010111111001101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4965ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4965ED; }

 p { color: rgb(73,101,237); }

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

<style>
 a { background-color: #4965ED; }

 a { background-color: rgb(73,101,237); }

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

<style>
 span { border-color: #4965ED; }

 span { border-color: rgb(73,101,237); }

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