#4785DE

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

Shades of Royal Blue #4785DE

Tints of Royal Blue #4785DE

Color information

#4785DE (or 0x4785DE) is unknown color: approx Royal Blue. HEX triplet: 47, 85 and DE. RGB value is (71,133,222). Sum of RGB (Red+Green+Blue) = 71+133+222=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #4785DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785DE is #B87A21. Grayscale: #7C7C7C. Windows color (decimal): -12089890 or 14583111. OLE color: 14583111.

HSL color Cylindrical-coordinate representation of color #4785DE: hue angle of 215.36º degrees, saturation: 0.7, 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 #4785DE is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71133222-
CMYK0.680.4000.13
HSL215.36º69.59%57.45%-
HSV(B)215.36º68.02%87.06%-
XYZ24.1723.3972.35-
YUV124.61182.9689.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.67%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 222 (87.11% from 255) = 52.11%
R=16.67%
G=31.22%
B=52.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711332220.680.4000.13215.3669.5957.45
Hex4785DE44280Dd74639
Octal1072053361045001532710671
Binary10001111000010111011110100010010100001101110101111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4785DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,133,222); }

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

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

 a { background-color: rgb(71,133,222); }

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

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

 span { border-color: rgb(71,133,222); }

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