Html Css Color HEX #4D76EA Royal Blue

📋 copy color: '#4D76EA'

red 77 ◦ green 118 ◦ blue 234

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

Shades of Royal Blue #4D76EA

Tints of Royal Blue #4D76EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 17.95%
G = 27.51%
B = 54.55%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D76EA (or 0x4D76EA) is known color: Royal Blue. HEX triplet: 4D, 76 and EA. RGB value is (77,118,234). Sum of RGB (Red+Green+Blue) = 77+118+234=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D76EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D76EA is #B28915. Grayscale: #767676. Windows color (decimal): -11700502 or 15365709. OLE color: 15365709.

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

Color convert

RGB 77 118 234 -
CMYK 0.67 0.50 0 0.08
HSL 224.33º 0.79% 0.61% -
HSV(B) 224.33º 0.67% 0.92% -
XYZ 24.39 20.48 80.51 -
YUV 118.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 77 118 234 0.67 0.50 0 0.08 224.33 0.79 0.61
Hex 4D 76 EA 43 32 0 8 E0 4F 3D
Octal 115 166 352 103 62 0 10 340 117 75
Binary 1001101 1110110 11101010 1000011 110010 0 1000 11100000 1001111 111101

Color Harmonies of #4D76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D76EA

Black with #4D76EA

Text Example


Text Example

White with #4D76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,118,234); }

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

background-color css

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

 a { background-color: rgb(77,118,234); }

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

border-color css

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

 span { border-color: rgb(77,118,234); }

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