Html Css Color HEX #4D6ACF Royal Blue

📋 copy color: '#4D6ACF'

red 77 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #4D6ACF

Tints of Royal Blue #4D6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 19.74%
G = 27.18%
B = 53.08%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D6ACF (or 0x4D6ACF) is known color: Royal Blue. HEX triplet: 4D, 6A and CF. RGB value is (77,106,207). Sum of RGB (Red+Green+Blue) = 77+106+207=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6ACF is #B29530. Grayscale: #6C6C6C. Windows color (decimal): -11703601 or 13593165. OLE color: 13593165.

HSL color Cylindrical-coordinate representation of color #4D6ACF: hue angle of 226.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D6ACF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 106 207 -
CMYK 0.63 0.49 0 0.19
HSL 226.62º 0.58% 0.56% -
HSV(B) 226.62º 0.63% 0.81% -
XYZ 19.48 16.39 61.17 -
YUV 108.84 183.39 105.29 -
System Red Green Blue C M Y K H S L
Decimal 77 106 207 0.63 0.49 0 0.19 226.62 0.58 0.56
Hex 4D 6A CF 3F 31 0 13 E3 3A 38
Octal 115 152 317 77 61 0 23 343 72 70
Binary 1001101 1101010 11001111 111111 110001 0 10011 11100011 111010 111000

Color Harmonies of #4D6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6ACF

Black with #4D6ACF

Text Example


Text Example

White with #4D6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,106,207); }

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

background-color css

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

 a { background-color: rgb(77,106,207); }

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

border-color css

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

 span { border-color: rgb(77,106,207); }

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