Html Css Color HEX #4E64EB Royal Blue

📋 copy color: '#4E64EB'

red 78 ◦ green 100 ◦ blue 235

#4E64EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4E64EB

Tints of Royal Blue #4E64EB

RGB

 RED value IS 78 (30.86% from 255) = 18.89%

 GREEN value IS 100 (39.45% from 255) = 24.21%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 18.89%
G = 24.21%
B = 56.9%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4E64EB (or 0x4E64EB) is known color: Royal Blue. HEX triplet: 4E, 64 and EB. RGB value is (78,100,235). Sum of RGB (Red+Green+Blue) = 78+100+235=413 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.89% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #4E64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E64EB is #B19B14. Grayscale: #6C6C6C. Windows color (decimal): -11639573 or 15426638. OLE color: 15426638.

HSL color Cylindrical-coordinate representation of color #4E64EB: hue angle of 231.59º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E64EB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 100 235 -
CMYK 0.67 0.57 0 0.08
HSL 231.59º 0.8% 0.61% -
HSV(B) 231.59º 0.67% 0.92% -
XYZ 22.69 16.73 80.63 -
YUV 108.81 199.21 106.02 -
System Red Green Blue C M Y K H S L
Decimal 78 100 235 0.67 0.57 0 0.08 231.59 0.8 0.61
Hex 4E 64 EB 43 39 0 8 E8 50 3D
Octal 116 144 353 103 71 0 10 350 120 75
Binary 1001110 1100100 11101011 1000011 111001 0 1000 11101000 1010000 111101

Color Harmonies of #4E64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E64EB

Black with #4E64EB

Text Example


Text Example

White with #4E64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,100,235); }

 H1.HeaderClassName
 {
   color: #4E64EB;
 }
 .AnyTagClassName
 {
   color: #4E64EB;
 }
</style>

background-color css

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

 a { background-color: rgb(78,100,235); }

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

border-color css

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

 span { border-color: rgb(78,100,235); }

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