Html Css Color HEX #4D74FD Royal Blue

📋 copy color: '#4D74FD'

red 77 ◦ green 116 ◦ blue 253

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

Shades of Royal Blue #4D74FD

Tints of Royal Blue #4D74FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 17.26%
G = 26.01%
B = 56.73%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D74FD (or 0x4D74FD) is known color: Royal Blue. HEX triplet: 4D, 74 and FD. RGB value is (77,116,253). Sum of RGB (Red+Green+Blue) = 77+116+253=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D74FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D74FD is #B28B02. Grayscale: #777777. Windows color (decimal): -11700995 or 16610381. OLE color: 16610381.

HSL color Cylindrical-coordinate representation of color #4D74FD: hue angle of 226.7º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D74FD is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 116 253 -
CMYK 0.70 0.54 0 0.01
HSL 226.7º 0.98% 0.65% -
HSV(B) 226.7º 0.7% 0.99% -
XYZ 27.04 21.16 95.59 -
YUV 119.96 203.08 97.36 -
System Red Green Blue C M Y K H S L
Decimal 77 116 253 0.70 0.54 0 0.01 226.7 0.98 0.65
Hex 4D 74 FD 46 36 0 1 E3 62 41
Octal 115 164 375 106 66 0 1 343 142 101
Binary 1001101 1110100 11111101 1000110 110110 0 1 11100011 1100010 1000001

Color Harmonies of #4D74FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D74FD

Black with #4D74FD

Text Example


Text Example

White with #4D74FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,253); }

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

background-color css

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

 a { background-color: rgb(77,116,253); }

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

border-color css

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

 span { border-color: rgb(77,116,253); }

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