#4E65DE

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

Shades of Royal Blue #4E65DE

Tints of Royal Blue #4E65DE

Color information

#4E65DE (or 0x4E65DE) is unknown color: approx Royal Blue. HEX triplet: 4E, 65 and DE. RGB value is (78,101,222). Sum of RGB (Red+Green+Blue) = 78+101+222=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E65DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E65DE is #B19A21. Grayscale: #6B6B6B. Windows color (decimal): -11639330 or 14574926. OLE color: 14574926.

HSL color Cylindrical-coordinate representation of color #4E65DE: hue angle of 230.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E65DE is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB78101222-
CMYK0.650.5500.13
HSL230.42º68.57%58.82%-
HSV(B)230.42º64.86%87.06%-
XYZ20.9816.271.13-
YUV107.92192.38106.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.45%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 222 (87.11% from 255) = 55.36%
R=19.45%
G=25.19%
B=55.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal781012220.650.5500.13230.4268.5758.82
Hex4E65DE41370De6453b
Octal1161453361016701534610573
Binary1001110110010111011110100000111011101101111001101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E65DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E65DE; }

 p { color: rgb(78,101,222); }

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

<style>
 a { background-color: #4E65DE; }

 a { background-color: rgb(78,101,222); }

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

<style>
 span { border-color: #4E65DE; }

 span { border-color: rgb(78,101,222); }

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