Html Css Color HEX #4D64EB Royal Blue

📋 copy color: '#4D64EB'

red 77 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #4D64EB

Tints of Royal Blue #4D64EB

RGB

 RED value IS 77 (30.47% from 255) = 18.69%

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

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

R = 18.69%
G = 24.27%
B = 57.04%

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

#4D64EB (or 0x4D64EB) is known color: Royal Blue. HEX triplet: 4D, 64 and EB. RGB value is (77,100,235). Sum of RGB (Red+Green+Blue) = 77+100+235=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D64EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D64EB is #B29B14. Grayscale: #6B6B6B. Windows color (decimal): -11705109 or 15426637. OLE color: 15426637.

HSL color Cylindrical-coordinate representation of color #4D64EB: hue angle of 231.27º 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 #4D64EB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 100 235 -
CMYK 0.67 0.57 0 0.08
HSL 231.27º 0.8% 0.61% -
HSV(B) 231.27º 0.67% 0.92% -
XYZ 22.61 16.69 80.63 -
YUV 108.51 199.38 105.52 -
System Red Green Blue C M Y K H S L
Decimal 77 100 235 0.67 0.57 0 0.08 231.27 0.8 0.61
Hex 4D 64 EB 43 39 0 8 E7 50 3D
Octal 115 144 353 103 71 0 10 347 120 75
Binary 1001101 1100100 11101011 1000011 111001 0 1000 11100111 1010000 111101

Color Harmonies of #4D64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D64EB

Black with #4D64EB

Text Example


Text Example

White with #4D64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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