Html Css Color HEX #4D7AFC Royal Blue

📋 copy color: '#4D7AFC'

red 77 ◦ green 122 ◦ blue 252

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

Shades of Royal Blue #4D7AFC

Tints of Royal Blue #4D7AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 17.07%
G = 27.05%
B = 55.88%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D7AFC (or 0x4D7AFC) is known color: Royal Blue. HEX triplet: 4D, 7A and FC. RGB value is (77,122,252). Sum of RGB (Red+Green+Blue) = 77+122+252=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7AFC is #B28503. Grayscale: #7A7A7A. Windows color (decimal): -11699460 or 16546381. OLE color: 16546381.

HSL color Cylindrical-coordinate representation of color #4D7AFC: hue angle of 224.57º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D7AFC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 122 252 -
CMYK 0.69 0.52 0 0.01
HSL 224.57º 0.97% 0.65% -
HSV(B) 224.57º 0.69% 0.99% -
XYZ 27.59 22.53 94.99 -
YUV 123.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 77 122 252 0.69 0.52 0 0.01 224.57 0.97 0.65
Hex 4D 7A FC 45 34 0 1 E1 61 41
Octal 115 172 374 105 64 0 1 341 141 101
Binary 1001101 1111010 11111100 1000101 110100 0 1 11100001 1100001 1000001

Color Harmonies of #4D7AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7AFC

Black with #4D7AFC

Text Example


Text Example

White with #4D7AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,122,252); }

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

background-color css

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

 a { background-color: rgb(77,122,252); }

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

border-color css

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

 span { border-color: rgb(77,122,252); }

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