Html Css Color HEX #4D75FF Royal Blue

📋 copy color: '#4D75FF'

red 77 ◦ green 117 ◦ blue 255

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

Shades of Royal Blue #4D75FF

Tints of Royal Blue #4D75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.06%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 17.15%
G = 26.06%
B = 56.79%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D75FF (or 0x4D75FF) is known color: Royal Blue. HEX triplet: 4D, 75 and FF. RGB value is (77,117,255). Sum of RGB (Red+Green+Blue) = 77+117+255=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D75FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D75FF is #B28A00. Grayscale: #787878. Windows color (decimal): -11700737 or 16741709. OLE color: 16741709.

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

Color convert

RGB 77 117 255 -
CMYK 0.70 0.54 0 0
HSL 226.52º 1% 0.65% -
HSV(B) 226.52º 0.7% 1% -
XYZ 27.47 21.52 97.31 -
YUV 120.77 203.75 96.78 -
System Red Green Blue C M Y K H S L
Decimal 77 117 255 0.70 0.54 0 0 226.52 1 0.65
Hex 4D 75 FF 46 36 0 0 E3 64 41
Octal 115 165 377 106 66 0 0 343 144 101
Binary 1001101 1110101 11111111 1000110 110110 0 0 11100011 1100100 1000001

Color Harmonies of #4D75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D75FF

Black with #4D75FF

Text Example


Text Example

White with #4D75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,117,255); }

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

background-color css

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

 a { background-color: rgb(77,117,255); }

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

border-color css

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

 span { border-color: rgb(77,117,255); }

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