Html Css Color HEX #4D5FEB Royal Blue

📋 copy color: '#4D5FEB'

red 77 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #4D5FEB

Tints of Royal Blue #4D5FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.34%

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

R = 18.92%
G = 23.34%
B = 57.74%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D5FEB (or 0x4D5FEB) is known color: Royal Blue. HEX triplet: 4D, 5F and EB. RGB value is (77,95,235). Sum of RGB (Red+Green+Blue) = 77+95+235=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D5FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5FEB is #B2A014. Grayscale: #696969. Windows color (decimal): -11706389 or 15425357. OLE color: 15425357.

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

Color convert

RGB 77 95 235 -
CMYK 0.67 0.60 0 0.08
HSL 233.16º 0.8% 0.61% -
HSV(B) 233.16º 0.67% 0.92% -
XYZ 22.15 15.76 80.47 -
YUV 105.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 77 95 235 0.67 0.60 0 0.08 233.16 0.8 0.61
Hex 4D 5F EB 43 3C 0 8 E9 50 3D
Octal 115 137 353 103 74 0 10 351 120 75
Binary 1001101 1011111 11101011 1000011 111100 0 1000 11101001 1010000 111101

Color Harmonies of #4D5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5FEB

Black with #4D5FEB

Text Example


Text Example

White with #4D5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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