Html Css Color HEX #4D74FB Royal Blue

📋 copy color: '#4D74FB'

red 77 ◦ green 116 ◦ blue 251

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

Shades of Royal Blue #4D74FB

Tints of Royal Blue #4D74FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 17.34%
G = 26.13%
B = 56.53%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D74FB (or 0x4D74FB) is known color: Royal Blue. HEX triplet: 4D, 74 and FB. RGB value is (77,116,251). Sum of RGB (Red+Green+Blue) = 77+116+251=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D74FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D74FB is #B28B04. Grayscale: #777777. Windows color (decimal): -11700997 or 16479309. OLE color: 16479309.

HSL color Cylindrical-coordinate representation of color #4D74FB: hue angle of 226.55º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D74FB is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 116 251 -
CMYK 0.69 0.54 0 0.02
HSL 226.55º 0.96% 0.64% -
HSV(B) 226.55º 0.69% 0.98% -
XYZ 26.72 21.03 93.92 -
YUV 119.73 202.08 97.52 -
System Red Green Blue C M Y K H S L
Decimal 77 116 251 0.69 0.54 0 0.02 226.55 0.96 0.64
Hex 4D 74 FB 45 36 0 2 E3 60 40
Octal 115 164 373 105 66 0 2 343 140 100
Binary 1001101 1110100 11111011 1000101 110110 0 10 11100011 1100000 1000000

Color Harmonies of #4D74FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D74FB

Black with #4D74FB

Text Example


Text Example

White with #4D74FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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